GalleryItem.CommandCanExecuteChanged Event
In This Article
Fires if the availability of the command specified by the GalleryItem.Command has changed.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The CommandCanExecuteChanged event's handler receives an argument of the EventArgs type.
#Remarks
See the Commanding Overview MSDN topic to learn more.
See Also