'Declaration
Public Function New( _ ByVal command As ICommand, _ ByVal executed As ExecutedRoutedEventHandler, _ ByVal canExecute As CanExecuteRoutedEventHandler _ )
public CommandBinding( 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.