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