Sparkline for UWP
ExecutedRoutedEventHandler デリゲート

C1.UWP アセンブリ > C1.Xaml 名前空間 : ExecutedRoutedEventHandler デリゲート
イベントハンドラがアタッチされるオブジェクト。
イベントデータ。
Executedおよび CommandBinding.PreviewExecutedイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub ExecutedRoutedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ExecutedRoutedEventArgs _
) 
public delegate void ExecutedRoutedEventHandler( 
   System.object sender,
   ExecutedRoutedEventArgs e
)

パラメータ

sender
イベントハンドラがアタッチされるオブジェクト。
e
イベントデータ。
参照

ExecutedRoutedEventHandler メンバ
C1.Xaml 名前空間