'Declaration 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 )
Parameters
- command
- The command.
- executed
- The handler for the Executed event on the new command.
- canExecute
- The handler for the CanExecute event on the new command.