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;
}