Click or drag to resize
DownloadUpdateProgressChangedEventArgs Properties

The DownloadUpdateProgressChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDownloadedBytes
Gets the number of bytes that have been downloaded.
Public propertyProgressPercentage
Gets the asynchronous task progress percentage.
(Inherited from ProgressChangedEventArgs.)
Public propertyTotalBytes
Gets the total number of bytes to be downloaded, or -1 if the total is unknown.
Public propertyUserState
Gets a unique user state.
(Inherited from ProgressChangedEventArgs.)
Top
See Also