Show contents 

Forms > Forms Assembly Interfaces > IControl > IControl.OnDblClick

OnDblClick

Syntax

OnDblClick(Sender: Object; Args: IMouseEventArgs);

Parameters

Sender. The parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

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

Comments

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:

IControl