Back to Devexpress

DXPopupMenu Events

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

latest2.3 KB
Original Source

DXPopupMenu Events

A base class for popup menus in DevExpress .NET controls.

NameDescription
BeforePopupAllows you to dynamically provide sub-items for the current DXSubMenuItem object. Inherited from DXSubMenuItem.
ClickOccurs when the menu item’s functionality needs to be invoked. Inherited from DXMenuItem.
CloseUpFires after the menu has been closed.
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.
ItemClickFires whenever a user clicks any item that belongs to this DXPopupMenu.
PopupHideThis member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

DXPopupMenu Class

DXPopupMenu Members

DevExpress.Utils.Menu Namespace