XRDesignPanel.CommandStatusChanged Event
Occurs if the status of a menu command has been changed.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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