Sub OnClick(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnClick;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnClick event occurs when the user presses and releases the main mouse button on the button placed on the toolbar.
See also: