KeyboardAcceleratorInvokedEventArgs クラス

定義

Invoked イベントのイベント データを提供します。

public ref class KeyboardAcceleratorInvokedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class KeyboardAcceleratorInvokedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class KeyboardAcceleratorInvokedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class KeyboardAcceleratorInvokedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class KeyboardAcceleratorInvokedEventArgs
Public NotInheritable Class KeyboardAcceleratorInvokedEventArgs
継承
Object Platform::Object IInspectable KeyboardAcceleratorInvokedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1803 17134 KeyboardAccelerator

プロパティ

Element

キーボード ショートカット (またはアクセラレータ) に関連付けられているオブジェクトを取得します。

Handled

イベントを処理対象としてマークする値を取得または設定します。

KeyboardAccelerator

Invoked イベントに関連付けられているキーボード ショートカット (またはアクセラレータ) オブジェクトを取得します。

適用対象

こちらもご覧ください