OnBeginEdit
OnBeginEdit
Occurs after a list item turns to Edit Mode.
Event Arguments:
form: pf.Form
args: pf.IItemEventArgs
where
pf.IItemEventArgs
:
export interface IItemEventArgs {
Sender: any;
Control: any;
DataItem: any;
}
Returns:
any
The OnBeginEdit Event can be found in the following Controls: