Sub Name(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub Name;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnClick event occurs if the user clicks the mouse button when the mouse cursor was on the menu item.
See also: