TileNavElement.CommandCanExecuteChanged Event
In This Article
Occurs when the CanExecute(Object) status of the Command has changed.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Event Data
The CommandCanExecuteChanged event's data class is EventArgs.
See Also