ProgressEventArgs Class Members
In This Topic
The following tables list the members exposed by
ProgressEventArgs.
Public Constructors
| Name | Description |
 | ProgressEventArgs | Overloaded. Initializes a new instance of the class. |
Public Fields
Public Properties
| Name | Description |
 | CanCancel | Gets a value indicating whether the action can be canceled. |
 | Cancel | Gets or sets a value indicating whether the action must be canceled. |
 | Description | Gets the description of progress action. |
 | Progress | Gets a progress, in percent, of the action. |
See Also