NavigatorButtonBase Events
Serves as a base for the NavigatorButton class.| Name | Description |
|---|---|
| Click | Occurs when a user clicks this navigator button. |
| CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. |
| CommandChanged | Occurs after the value of the Command property has changed. |
| CommandParameterChanged | Occurs after the value of the CommandParameter property has changed. |
See Also