The WebClientProgressChangedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBytesTotal
Gets the total number of bytes to be transferred (or
 Copy imageCopy Code
null
if not available).
Public propertySupported by the .NET Compact FrameworkBytesTransferred
Gets the total number of bytes transferred during the current transfer.
Public propertySupported by the .NET Compact FrameworkProgressPercentage
Gets the progress percentage.
(Inherited from ProgressChangedEventArgs.)
Public propertySupported by the .NET Compact FrameworkUserState
Gets a user state object.
(Inherited from ProgressChangedEventArgs.)

See Also