MenuCommandService::MenuCommandsChanged Event

 

Occurs when the status of a menu command has changed.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
event MenuCommandsChangedEventHandler^ MenuCommandsChanged {
	void add(MenuCommandsChangedEventHandler^ value);
	void remove(MenuCommandsChangedEventHandler^ value);
}

For more information about handling events, see NIB: Consuming Events.

.NET Framework
Available since 2.0
Return to top
Show: