Click or drag to resize

Downloader Events

The Downloader type exposes the following members.

Events
  NameDescription
Public eventDownloadEnded
This event is fired, when a download ended. This can mean success or failure.
Public eventDownloadProgress
This event is fired, when the progress of a running download was updated.
Public eventDownloadStarted
This event is fired, when a download started.
Public eventIsWorkingChanged
This event is fired, when the downloader starts with the first download after doing nothing, or if the downloader finished the last queued download task.
Public eventWorkFinished
This event is fired, when all queued download tasks have ended.
Top
See Also