Skip to main content
All docs
V23.2

NavBarItem.CommandParameterChanged Event

Occurs after the value of the CommandParameter property has changed.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public event EventHandler CommandParameterChanged

Event Data

The CommandParameterChanged event's data class is EventArgs.

See Also