DXMenuItem Events
A regular menu item.| Name | Description |
|---|---|
| Click | Occurs when the menu item’s functionality needs to be invoked. |
| 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