Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > CommandBinding
(usage) |
<CommandBinding /> |
(description) |
Binds a RoutedCommand to the event handlers that implement the command. |
(used by) |
|
(properties) |
|
Command |
|
(description) |
The ICommand associated with this CommandBinding. |
(events) |
|
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. |