Skip to main content
All docs
V23.2

StepProgressBarItem.ProgressChanged Event

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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