This topic has not yet been rated - Rate this topic

DownloadProgressChangedEventArgs Properties

The DownloadProgressChangedEventArgs type exposes the following members.

  Name Description
Public property BytesReceived Gets the number of bytes received.
Public property ProgressPercentage Gets the asynchronous task progress percentage. (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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.