Skip to main content
All docs
V24.1

DXMenuItem.CommandChanged Event

Occurs after the value of the Command property has changed.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public event EventHandler CommandChanged

Event Data

The CommandChanged event's data class is EventArgs.

See Also