DownloadProgressChangedEventArgs Properties
Collapse the table of content
Expand the table of content

DownloadProgressChangedEventArgs Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The DownloadProgressChangedEventArgs type exposes the following members.

  NameDescription
Public property BytesReceived Gets the number of bytes received.
Public property ProgressPercentage Gets the percentage of an asynchronous operation that has been completed. (Inherited from ProgressChangedEventArgs.)
Public property TotalBytesToReceive Gets the total number of bytes in a WebClient data download operation.
Public property UserState Gets a unique user state. (Inherited from ProgressChangedEventArgs.)
Top

Show:
© 2017 Microsoft