GalleryItem.CommandCanExecuteChanged Event
Fires if the availability of the command specified by the GalleryItem.Command has changed.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The CommandCanExecuteChanged event's data class is EventArgs.
Remarks
See the Commanding Overview MSDN topic to learn more.
See Also