The associated action of a ProgressChanged event
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Since: 2013
Syntax
| C# |
|---|
public enum ProgressStage |
| Visual Basic |
|---|
Public Enumeration ProgressStage |
| Visual C++ |
|---|
public enum class ProgressStage |
Members
| Member name | Description |
|---|---|
| Started | Progress bar has started |
| RangeChanged | Progress bar has set new range |
| PositionChanged | Progress bar has set new position |
| CaptionChanged | Progress bar has set new Text |
| Unchanged | Progress bar has not changed position |
| Finished | Progress bar is finished |