Overload List
Name | Description | |
---|---|---|
CommandBinding()()()() |
Initializes a new instance of the CommandBinding class.
|
|
CommandBinding(ICommand) |
Initializes a new instance of the CommandBinding class by using the specified ICommand.
|
|
CommandBinding(ICommand, ExecutedRoutedEventHandler) |
Initializes a new instance of the CommandBinding class by using the specified
ICommand and the specified Executed event handler.
|
|
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.
|