Click or drag to resize

ProgressChangedEventArgs Properties

The ProgressChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyProgress Gets the progress of the event normalized between 0 and 1. A value of less than zero indicates indeterminate progress.
Public propertyState Gets contextual information (such as text) which is appended to the progress on user interfaces or REST messages
Public propertyTaskIdentifier Gets the task idenitifier for the progress change to indicate a task or subtask that is reporting progress. Interfaces will group status updates by task identifier.
Top
See Also