Click or drag to resize

UpdatedEventArgs Properties

The UpdatedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentSpeed
Gets the estimated download speed.
Public propertyDownload
Gets the download instance which is the source of this event.
(Inherited from DownloadEventArgs.)
Public propertyProgress
Gets the rough percent complete.
Public propertyReceivedBytes
Gets the number or received (downloaded) bytes.
Public propertyTotalBytes
Gets the total size of the file.
Top
See Also