OnCellCreated

OnCellCreated

Occurs when a control is auto-generated for a row, using the Columns property.

Event Arguments:
form: pf.Form
args: pf.IListBoxItemEventArgs

where pf.IListBoxItemEventArgs:
export interface IListBoxItemEventArgs {
Sender: any;
Control: any
DataItem: any
FieldName: string
ColumnName: string
Column: pf.IListBoxColumn
}

Returns:
any