Skip to main content

DXMenuCheckItem.CheckedChanged Event

Occurs when the menu item’s check state is toggled.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public event EventHandler CheckedChanged

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