Back to Devexpress

DXMenuCheckItem Events

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

latest1.7 KB
Original Source

DXMenuCheckItem Events

A menu item that can be checked and unchecked.

NameDescription
CheckedChangedOccurs when the menu item’s check state is toggled.
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

DXMenuCheckItem Class

DXMenuCheckItem Members

DevExpress.Utils.Menu Namespace