The Progress type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Increment |
Increments the current progress value by the specified amount.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerformStep |
Performs a progress step.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
MaximumValue |
Maximum progress value.
| |
MinimumValue |
Minimum progress value.
| |
Status |
Current status for the operation.
| |
Step |
Gets or sets the step increment value.
| |
Value |
Gets or sets the current progress value.
|
Events
Name | Description | |
---|---|---|
OnProgress |
Occurs when the progress value has been changed.
| |
OnStatusChanged |
Occurs when the progress value has been changed.
|