OnEndEdit
OnEndEdit
Occurs after the edit of list item ends.
Event Arguments:
form: pf.Form
args: pf.IItemEventArgs
where
pf.IItemEventArgs
:
export interface IItemEventArgs {
Sender: any;
Control: any;
DataItem: any;
}
Returns:
any
The OnEndEdit Event can be found in the following Controls: