ProgressMonitor Class Members
In This Topic
The following tables list the members exposed by ProgressMonitor.
Public Properties
| Name | Description |
| Complete | Explicitly indicate this monitored task is complete. |
| CompletedSteps | The number of steps that have been completed. |
| MaxSteps | The maximum number of steps in the process being monitored |
| Owner | The object that owns this monitor. |
| PercentComplete | The percentage of steps currently complete for this monitor, with 1 representing 100 percent. |
| StatusMessage | An end-user status message to display for the current state of the monitor |
Top
Public Methods
| Name | Description |
| Dispose | Overloaded. Indicates that the monitor is complete and should be immediately disposed |
| Update | Overloaded. Update the progress of the monitor. |
Top
Public Events
| Name | Description |
| Canceled | Raised when the monitor stack is in the process of cancelling. |
| Updated | Raised whenever the monitor's information is updated. |
Top
See Also