Share via


ContextMenuKeyEventArgs Class

Definition

Contains event data for the InputKeyboardSource.ContextMenuKey event.

public ref class ContextMenuKeyEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContextMenuKeyEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContextMenuKeyEventArgs
Public NotInheritable Class ContextMenuKeyEventArgs
Inheritance
Object Platform::Object IInspectable ContextMenuKeyEventArgs
Attributes

Properties

Handled

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

Applies to