Share via


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
public property Assessment The assessment object.
public property AssessmentIndex The index of the assessment in the job’s assessment list.
public property ProgressMessage A string that is interpreted according to the ProgressType enumeration.
public property 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.
public property ProgressValue An integer value that is interpreted according to the AxeProgressType enumeration.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ProgressUpdateEventArgs Class
Microsoft.Assessments.Hosting Namespace