Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 611 Bytes

contextmenukeyeventargs_handled.md

File metadata and controls

26 lines (16 loc) · 611 Bytes
-api-id -api-type
P:Microsoft.UI.Input.ContextMenuKeyEventArgs.Handled
winrt property

Microsoft.UI.Input.ContextMenuKeyEventArgs.Handled

-description

Gets or sets whether the InputKeyboardSource.CharacterReceived event was handled for an object inside a ContextMenu.

-property-value

True, if the event has been handled by the appropriate delegate. False if it has not been handled.

-remarks

-see-also

InputKeyboardSource.ContextMenuKey

-examples