EditorButton Events
An editor button displayed in a ButtonEdit control or its descendant.Name | Description |
---|---|
Changed | Occurs when the properties defining the button’s look and feel are changed. |
Click | Occurs when the current editor button is clicked. |
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