WindowsUIButton Events
A Custom Button in the WindowsUI View. A button in the WindowsUIButtonPanel control.Name | Description |
---|---|
Click | Occurs when an end-user clicks this WindowsUIButton. |
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