NavigatorButtonBase.CommandCanExecuteChanged Event
Occurs when the CanExecute(Object) status of the Command has changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Event Data
The CommandCanExecuteChanged event's data class is EventArgs.
See Also