MenuItem.OnClick

Syntax

Name(Sender: Object; Args: IEventArgs);

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 OnClick event occurs if the user clicks the mouse button when the mouse cursor was on the menu item.

See also:

MenuItem