OnItemChanged

OnItemChanged

Occurs when the value of a data control in the row changes

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

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