Skip to main content
A newer version of this page is available. .
Bar

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public event EventHandler CommandCanExecuteChanged

Event Data

The CommandCanExecuteChanged event's data class is EventArgs.

Remarks

See the Commanding Overview MSDN topic to learn more.

See Also