System.Windows.Forms.MenuItem: Event Members

The events of System.Windows.Forms.MenuItem are listed below. For a list of all members, see the MenuItem Members list.

See Also: Inherited members from System.Windows.Forms.Menu

Public Events

Click

Occurs when the menu item is clicked or selected using a shortcut key or access key defined for the menu item.

DrawItem

Occurs when the MenuItem.OwnerDraw property of a menu item is set to true and a request is made to draw the menu item.

MeasureItem

Occurs 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 places the pointer over a menu item.