OnRowAdded

OnRowAdded

Occurs after each form for a listbox row is created and the appropriate value is set for form data.

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

where pf.IListBoxFormAddedEventArgs:
export interface IListBoxFormAddedEventArgs {
Sender: any;
Control: ListBoxItem;
DataItem: any; Form: pf.Form
}

Returns:
any