KeyEventHandler 代理人

定義

KeyUp イベントと KeyDown イベントを処理するメソッドを表します。

public delegate void KeyEventHandler(Platform::Object ^ sender, KeyRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3681085388, 39467, 21117, 153, 137, 37, 40, 77, 172, 204, 3)]
public delegate void KeyEventHandler(object sender, KeyRoutedEventArgs e);
Public Delegate Sub KeyEventHandler(sender As Object, e As KeyRoutedEventArgs)

パラメーター

sender
Object

Platform::Object

イベント ハンドラーがアタッチされているオブジェクト。

e
KeyRoutedEventArgs

イベントのデータ。

属性

適用対象