Skip to main content
All docs
V25.1
  • StepProgressBarItem.StateChanged Event

    Occurs when the item state changes from Active to Inactive, or vice versa.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DXCategory("Property Changed")]
    public event EventHandler StateChanged

    Event Data

    The StateChanged event's data class is EventArgs.

    See Also