RoutedEventHandler 代理人

定義

ルーティング イベントを処理するメソッドを表します。

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3672259973, 27082, 23519, 128, 91, 97, 97, 163, 162, 21, 204)]
public delegate void RoutedEventHandler(object sender, RoutedEventArgs e);
Public Delegate Sub RoutedEventHandler(sender As Object, e As RoutedEventArgs)

パラメーター

sender
Object

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

e
RoutedEventArgs

イベントのデータ。

属性

適用対象