'Declaration Public Function New( _ ByVal command As System.Windows.Input.ICommand, _ ByVal executed As ExecutedRoutedEventHandler _ )
public CommandBinding( System.Windows.Input.ICommand command, ExecutedRoutedEventHandler executed )
Parameters
- command
- The command.
- executed
- The handler for the Executed event on the new command.