Back to Devexpress

DXSubMenuItem Events

windowsforms-devexpress-dot-utils-dot-menu-dot-dxsubmenuitem-dot-underscore-events.md

latest1.7 KB
Original Source

DXSubMenuItem Events

Specifies a submenu.

NameDescription
BeforePopupAllows you to dynamically provide sub-items for the current DXSubMenuItem object.
ClickOccurs when the menu item’s functionality needs to be invoked. Inherited from DXMenuItem.
CommandCanExecuteChangedOccurs when the CanExecute(Object) status of the Command has changed. Inherited from DXMenuItem.
CommandChangedOccurs after the value of the Command property has changed. Inherited from DXMenuItem.
CommandParameterChangedOccurs after the value of the CommandParameter property has changed. Inherited from DXMenuItem.

See Also

DXSubMenuItem Class

DXSubMenuItem Members

DevExpress.Utils.Menu Namespace