FlexGrid for UWP
CanExecuteRoutedEventHandler デリゲート

C1.UWP アセンブリ > C1.Xaml 名前空間 : CanExecuteRoutedEventHandler デリゲート
ハンドラを呼び出しているコマンドターゲット。
イベントデータ。
CanExecuteイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub CanExecuteRoutedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CanExecuteRoutedEventArgs _
) 
public delegate void CanExecuteRoutedEventHandler( 
   System.object sender,
   CanExecuteRoutedEventArgs e
)

パラメータ

sender
ハンドラを呼び出しているコマンドターゲット。
e
イベントデータ。
参照

CanExecuteRoutedEventHandler メンバ
C1.Xaml 名前空間