'宣言 Public Delegate Sub CanExecuteRoutedEventHandler( _ ByVal sender As System.Object, _ ByVal e As CanExecuteRoutedEventArgs _ )
public delegate void CanExecuteRoutedEventHandler( System.object sender, CanExecuteRoutedEventArgs e )
パラメータ
- sender
- ハンドラを呼び出しているコマンドターゲット。
- e
- イベントデータ。