| C1.Xaml アセンブリ > C1.Xaml 名前空間 > CommandBinding クラス > CommandBinding コンストラクタ : CommandBinding コンストラクタ(ICommand,ExecutedRoutedEventHandler,CanExecuteRoutedEventHandler) |
'宣言 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 )