OnItemClick
OnItemClick
Fired when an item is clicked
Event Arguments:
form: pf.Form
args: pf.IItemEventArgs
where
pf.IItemEventArgs
:
export interface IItemEventArgs {
Sender: any;
DataItem: any;
Control: any;
}
The OnItemClick Event can be found in the following Controls: