InputManager::EnterMenuMode Event

.NET Framework (current version)
 

Occurs when a control enters menu mode by calling the PushMenuMode method.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

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

Components register delegates with this event to respond to a control entering the input manager’s menu mode.

.NET Framework
Available since 4.0
Return to top
Show: