OnResultItemFormat

OnResultItemFormat

Formats the result item as it appears in the result drom down list

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

where pf.IItemFormatEventArgs:
export interface IItemFormatEventArgs {
Sender: any;
DataItem: any;
}