OnDblClick

Syntax

Sub OnDblClick(Sender: Object; Args: IMouseEventArgs);

Begin

//set of operators;

End Sub OnDblClick;

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnDblClick event occurs if the user double-clicks the component area with the mouse button.

See also:

IControl