Back to Devexpress

BarToggleSwitchItem.CommandCanExecuteChanged Event

windowsforms-devexpress-dot-xtrabars-dot-bartoggleswitchitem-f20cd8f6.md

latest1.3 KB
Original Source

BarToggleSwitchItem.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

BarToggleSwitchItem Class

BarToggleSwitchItem Members

DevExpress.XtraBars Namespace