ContextMenuKeyEventArgs 类

定义

包含 InputKeyboardSource.ContextMenuKey 事件的事件数据。

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
继承
Object Platform::Object IInspectable ContextMenuKeyEventArgs
属性

属性

Handled

获取或设置是否为 ContextMenu 中的对象处理 InputKeyboardSource.CharacterReceived 事件。

适用于