Forms > Forms Assembly Interfaces > IControl > IControl.OnDblClick
OnDblClick(Sender: Object; Args: IMouseEventArgs);
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnDblClick event occurs if the user double-clicks the component area.
The event is not supported by the Button, PPButton components. The Frame component handles the event only when a form is loaded to it.
See also: