A newer version of this page is available.
Switch to the current version.
DXMenuItem.Click Event
Occurs when the menu item's functionality needs to be invoked.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v19.1.dll
Declaration
Event Data
The Click event's data class is EventArgs.
Remarks
This event occurs when
- clicking a menu item by the mouse;
- selecting a menu item using the arrow keys and then pressing the ENTER key;
- pressing the shortcut which is specified using the '&' character in the DXMenuItem.Caption property.
See Also
Feedback