Back to Devexpress

BarToggleSwitchItem.CommandParameterChanged Event

windowsforms-devexpress-dot-xtrabars-dot-bartoggleswitchitem-5260a431.md

latest1.3 KB
Original Source

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

BarToggleSwitchItem Class

BarToggleSwitchItem Members

DevExpress.XtraBars Namespace