Skip to main content
All docs
V25.1
  • RecentItemBase.CommandChanged Event

    Occurs after the value of the Command property has changed.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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

    Event Data

    The CommandChanged event's data class is EventArgs.

    See Also