UploadProgressChangedEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The UploadProgressChangedEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone BytesReceived Gets the number of bytes received
Public propertySupported by Silverlight for Windows Phone BytesSent Gets the number of bytes sent.
Public propertySupported by Silverlight for Windows Phone ProgressPercentage Gets the percentage of an asynchronous operation that has been completed. (Inherited from ProgressChangedEventArgs.)
Public propertySupported by Silverlight for Windows Phone TotalBytesToReceive Gets the total number of bytes in a WebClient data upload operation.
Public propertySupported by Silverlight for Windows Phone TotalBytesToSend Gets the total number of bytes to send.
Public propertySupported by Silverlight for Windows Phone UserState Gets a unique user state. (Inherited from ProgressChangedEventArgs.)

Top