Skip to main content
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.v14.2.dll

#Declaration

public event EventHandler CommandCanExecuteChanged

#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