Click or drag to resize

DownloadProgressEventArgs Properties

The DownloadProgressEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyLoadedBytes
The number of bytes already downloaded.
Public propertyPercentage
The percentage of the progress.
Public propertyTask
The download task, the event is related to.
(Inherited from DownloadEventArgs.)
Public propertyTotalBytes
The total number of bytes this HTTP(S) resource encompasses.
Top
See Also