System.Windows.Forms.Form.MenuComplete Event

Occurs when the menu of a form loses focus.

Syntax

[System.ComponentModel.Browsable(false)]
public event EventHandler MenuComplete

Remarks

This event is raised when you click on any menu item in a menu that results in a command being performed and the menu losing focus. You can use this event to perform tasks such as updating the text of a System.Windows.Forms.StatusBar control or enabling and disabling buttons on a System.Windows.Forms.ToolBar.

For more information about handling events, see [<topic://cpconEventsOverview>].

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0