MenuCommand::CommandChanged Event

 

Occurs when the menu command changes.

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

public:
event EventHandler^ CommandChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

A command can change if it becomes checked or disabled.

.NET Framework
Available since 1.1
Return to top
Show: