ProgressUpdateEventArgs Members
Applies To: Windows 8.1
Represents information provided to a solution by the ProgressUpdate event.
The following tables list the members exposed by the ProgressUpdateEventArgs type.
Public Properties
Name | Description | |
---|---|---|
Assessment | The assessment object. | |
AssessmentIndex | The index of the assessment in the job’s assessment list. | |
ProgressMessage | A string that is interpreted according to the ProgressType enumeration. | |
ProgressType | The type of progress data that is contained within the other parameters. Client applications need to interpret the other parameters based on the value in this parameter. | |
ProgressValue | An integer value that is interpreted according to the AxeProgressType enumeration. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
ProgressUpdateEventArgs Class
Microsoft.Assessments.Hosting Namespace