DXMenuCheckItem.CheckedChanged Event
Occurs when the menu item’s check state is toggled.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Event Data
The CheckedChanged event's data class is EventArgs.
Remarks
This event occurs in the same cases as the DXMenuItem.Click event. See this topic for more information.
See Also