InputManager.LeaveMenuMode Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a control leaves menu mode by calling the PopMenuMode(PresentationSource) method.
public:
event EventHandler ^ LeaveMenuMode;
public event EventHandler LeaveMenuMode;
member this.LeaveMenuMode : EventHandler
Public Custom Event LeaveMenuMode As EventHandler
Public Event LeaveMenuMode As EventHandler
Event Type
Remarks
Components register delegates with this event to respond to a control leaving the input manager's menu mode.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.