ToolbarButton.OnClick

Syntax

Sub OnClick(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnClick;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnClick event occurs when the user presses and releases the main mouse button on the button placed on the toolbar.

See also:

ToolbarButton