BarToggleSwitchItem.CommandParameterChanged Event
In This Article
Occurs after the value of the CommandParameter property has changed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Advanced)]
public event EventHandler CommandParameterChanged
#Event Data
The CommandParameterChanged event's data class is EventArgs.
See Also