BarCheckItem.CommandCanExecuteChanged Event
Occurs when the CanExecute(Object) status of the Command has changed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[EditorBrowsable(EditorBrowsableState.Advanced)]
public event EventHandler CommandCanExecuteChanged
Event Data
The CommandCanExecuteChanged event's data class is EventArgs.
See Also