OnDblClick

Syntax

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

Begin

//set of operators;

End Sub OnDblClick;

Parameters

Sender. Parameter that returns the component, generated an event

Args. Parameter that allows to determine the event parameters.

Description

The OnDblClick event occurs if a user double clicks a component area using the mouse button.

See also:

IControl