CommandBinding Class
Binds a RoutedCommand to the event handlers that implement the command.
http://msdn.microsoft.com/en-us/library/system.windows.input.commandbinding.aspx
Methods
CommandBinding has no methods
Properties
From CommandBinding
Name | Description | |
---|---|---|
![]() |
Command | Gets or sets the ICommand associated with this CommandBinding |


Events
From CommandBinding
Name | Description | |
---|---|---|
![]() |
CanExecute | Occurs when the command associated with this CommandBinding initiates a check to determine whether the command can be executed on the command target |
![]() |
Executed | Occurs when the command associated with this CommandBinding executes |
![]() |
PreviewCanExecute | Occurs when the command associated with this CommandBinding initiates a check to determine whether the command can be executed on the current command target |
![]() |
PreviewExecuted | Occurs when the command associated with this CommandBinding executes |


