NavBarItem.CommandCanExecuteChanged Event
Occurs when the CanExecute(Object) status of the Command has changed.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Event Data
The CommandCanExecuteChanged event's data class is EventArgs.
See Also