NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MenuItem Events

The events of the MenuItem class are listed below. For a complete list of MenuItem class members, see the MenuItem Members topic.

Public:

Click Occurs when the menu item is clicked or selected using a shortcut key or accelerator key defined for the menu item.
DrawItem Occurs when when the property of a menu item is set to true and a request is made to draw the menu item.
MeasureItem Occurs when when the menu needs to know the size of a menu item before drawing it.
Popup Occurs before a menu item's list of menu items is displayed.
Select Occurs when the user hovers their mouse over a menu item or selects it with the keyboard but has not activated it.

See Also

MenuItem Class | System.WinForms Namespace