Back to Devexpress

BarCheckItem.CommandParameterChanged Event

windowsforms-devexpress-dot-xtrabars-dot-barcheckitem-0ec1080b.md

latest1.2 KB
Original Source

BarCheckItem.CommandParameterChanged Event

Occurs after the value of the CommandParameter 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 CommandParameterChanged
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Event CommandParameterChanged As EventHandler

Event Data

The CommandParameterChanged event's data class is EventArgs.

See Also

BarCheckItem Class

BarCheckItem Members

DevExpress.XtraBars Namespace