Skip to main content
All docs
V26.1
  • RecentItemBase.CommandParameterChanged Event

    Occurs after the value of the CommandParameter property has changed.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

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

    Event Data

    The CommandParameterChanged event's data class is EventArgs.

    See Also