DXSubMenuItem Events
Specifies a submenu.| Name | Description |
|---|---|
| BeforePopup | Allows you to dynamically provide sub-items for the current DXSubMenuItem object. |
| Click | Occurs when the menu item’s functionality needs to be invoked. Inherited from DXMenuItem. |
| CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. Inherited from DXMenuItem. |
| CommandChanged | Occurs after the value of the Command property has changed. Inherited from DXMenuItem. |
| CommandParameterChanged | Occurs after the value of the CommandParameter property has changed. Inherited from DXMenuItem. |
See Also