DownloadFileProgressChangedEventArgs Class

Arguments for the DownloadFileProgressChanged event.

Constructors

Name Description
DownloadFileProgressChangedEventArgs(float, long, long) Creates a new instance of the DownloadFileProgressChangedEventArgs class.

Properties

Name Type Description
BytesReceived System.Int Amount of bytes received.
BytesToReceive System.Single Amount of bytes to receive.
Progress System.Single Download progress.