| DownloadUpdateProgressChangedEventArgs Properties |
The DownloadUpdateProgressChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| DownloadedBytes |
Gets the number of bytes that have been downloaded.
| |
| ProgressPercentage | Gets the asynchronous task progress percentage. (Inherited from ProgressChangedEventArgs.) | |
| TotalBytes |
Gets the total number of bytes to be downloaded, or -1 if the total is unknown.
| |
| UserState | Gets a unique user state. (Inherited from ProgressChangedEventArgs.) |