Back to Devexpress

DXEditMenuItem Events

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

latest1.8 KB
Original Source

DXEditMenuItem Events

A menu item that allows you to embed an editor in a DXPopupMenu.

NameDescription
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.
EditValueChangedOccurs after the DXEditMenuItem.EditValue property’s value has been changed.

See Also

DXEditMenuItem Class

DXEditMenuItem Members

DevExpress.Utils.Menu Namespace