AddInCommandBinding Events
| Name | Return Type | Description |
|---|---|---|
| BeforeExecuted | event | Occurs before the command associated with this AddInCommandBinding executes. |
| CanExecute | event | Occurs when the command associated with this AddInCommandBinding initiates a check to determine whether the command can be executed on the command target. |
| Executed | event | Occurs when the command associated with this AddInCommandBinding executes. |