OnRowCreated

OnRowCreated

Occurs when the listbox auto-generates a table or form using the Columns property.

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

where pf.IRowCreatedArgs:
export interface IRowCreatedArgs {
Sender: any
Control: (form or table)
DataItem: any;
RowContainer: SimpleContainer
DisplayContainer: SimpleContainer
}

Returns:
any