Overload | Description |
---|---|
CommandBinding Constructor() | Initializes a new instance of the CommandBinding class. |
CommandBinding Constructor(ICommand) | Initializes a new instance of the CommandBinding class by using the specified System.Windows.Input.ICommand. |
CommandBinding Constructor(ICommand,ExecutedRoutedEventHandler) | Initializes a new instance of the CommandBinding class by using the specified System.Windows.Input.ICommand and the specified Executed event handler. |
CommandBinding Constructor(ICommand,ExecutedRoutedEventHandler,CanExecuteRoutedEventHandler) | Initializes a new instance of the CommandBinding class by using the specified System.Windows.Input.ICommand and the specified Executed and CanExecute even handlers. |