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

    Occurs when a specific item’s Progress property is changed.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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

    Event Data

    The ProgressChanged event's data class is EventArgs.

    Remarks

    The Progress property indicates a value from 0 to 100 that is the level of completion an item has reached.

    The StepProgressBarItem.ProgressChanged event occurs when a specific item’s Progress property is changed. To respond to Progress property changes in any StepProgressBarItem, use the StepProgressBar.ItemProgressChanged event.

    See the following link for more information: ItemProgressChanged.

    See Also