Click or drag to resize

ProgressEventArgs Properties

The ProgressEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyPercentage
Gets percentage of the finished job. If TotalBytesToTransfer is not set, returns -1.
Public propertyTotalBytesToTransfer
Gets total bytes to transfer.
Public propertyTotalBytesTransferred
Gets total bytes already transferred.
Public propertyTransferred
Gets bytes transfered during last operation.
Top
See Also