Click or drag to resize

IDownloadService Events

The IDownloadService type exposes the following members.

Events
 NameDescription
Public eventChunkDownloadProgressChanged Event that is raised periodically during the download operation to report the progress of a single chunk download. The event handler is passed a DownloadProgressChangedEventArgs object that contains information about the progress of the chunk download, such as the number of bytes downloaded and the total chunk size.
Public eventDownloadFileCompleted Event that is raised when the download operation is completed. The event handler is passed an AsyncCompletedEventArgs object that contains information about the completion status of the operation.
Public eventDownloadProgressChanged Event that is raised periodically during the download operation to report the progress of the download. The event handler is passed a DownloadProgressChangedEventArgs object that contains information about the progress of the download, such as the number of bytes downloaded and the total file size.
Public eventDownloadStarted Event that is raised when the download operation starts. The event handler is passed a DownloadStartedEventArgs object that contains information about the download operation, such as the download URL and the local file path.
Top
See Also