Overload List

  Name Description
Public method CommandBinding()()()()
Initializes a new instance of the CommandBinding class.
Public method CommandBinding(ICommand)
Initializes a new instance of the CommandBinding class by using the specified ICommand.
Public method CommandBinding(ICommand, ExecutedRoutedEventHandler)
Initializes a new instance of the CommandBinding class by using the specified ICommand and the specified Executed event handler.
Public method CommandBinding(ICommand, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler)
Initializes a new instance of the CommandBinding class by using the specified ICommand and the specified Executed and CanExecute even handlers.

See Also