'宣言 Public Function New( _ ByVal command As System.Windows.Input.ICommand, _ ByVal executed As ExecutedRoutedEventHandler, _ ByVal canExecute As CanExecuteRoutedEventHandler _ )
public CommandBinding( System.Windows.Input.ICommand command, ExecutedRoutedEventHandler executed, CanExecuteRoutedEventHandler canExecute )
パラメータ
- command
- コマンド。
- executed
- 新しいコマンドの Executedイベントのハンドラ。
- canExecute
- 新しいコマンドの CanExecuteイベントのハンドラ。