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