StepProgressBarItem.ProgressChanged Event
Occurs when a specific item’s Progress property is changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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