Skip to main content

XRDesignPanel.CommandStatusChanged Event

Occurs if the status of a menu command has been changed.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event MenuCommandEventHandler CommandStatusChanged

Event Data

The CommandStatusChanged event's data class is DevExpress.XtraReports.Design.Commands.MenuCommandEventArgs.

Remarks

This event is raised when the status of a menu command has been changed. A menu command is represented by the MenuCommand class, and its status changes when a property that determines the status of a menu command has been changed.

See Also