Occurs when the menu item is clicked or selected using a shortcut key or access key defined for the menu item.
The MenuItem.Click event occurs when this System.Windows.Forms.MenuItem is clicked by the user. This event also occurs if the user selects the menu item using the keyboard and presses the Enter key. It can also occur if an access key or shortcut key is pressed that is associated with the System.Windows.Forms.MenuItem. For more information about handling events, see Consuming Events.
If the Menu.MenuItems property for the System.Windows.Forms.MenuItem contains any items, this event is not raised. This event is not raised for parent menu items.