OnClick
OnClick
Occurs when a Button is clicked.
Event Arguments:
form: pf.Form
args: pf.IControlEventArgs
where
pf.IControlEventArgs
:
export interface IControlEventArgs {
Sender: any;
Event: any;
}
The OnClick Event can be found in the following Controls: