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