Back to Devexpress

BarCheckItem.CommandChanged Event

windowsforms-devexpress-dot-xtrabars-dot-barcheckitem-7e465d3b.md

latest1.1 KB
Original Source

BarCheckItem.CommandChanged Event

Occurs after the value of the Command property has changed.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The CommandChanged event's data class is EventArgs.

See Also

BarCheckItem Class

BarCheckItem Members

DevExpress.XtraBars Namespace