CommandBinding Events
.NET Framework 3.5
The CommandBinding type exposes the following members.
| 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. |