Back to Devexpress

BarCheckItem.CommandCanExecuteChanged Event

windowsforms-devexpress-dot-xtrabars-dot-barcheckitem-b4cab5bc.md

latest1.3 KB
Original Source

BarCheckItem.CommandCanExecuteChanged Event

Occurs when the CanExecute(Object) status of the Command has changed.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Advanced)]
public event EventHandler CommandCanExecuteChanged
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Event CommandCanExecuteChanged As EventHandler

Event Data

The CommandCanExecuteChanged event's data class is EventArgs.

See Also

BarCheckItem Class

BarCheckItem Members

DevExpress.XtraBars Namespace