Description
Occurs when the download status or progress information has been updated.
Event ID
Arguments
Argument |
Description |
---|---|
itemId |
The ID used to specify the file. |
speed |
The download speed estimated in bytes every second. This argument is reserved for later use and is always 0 now. |
received |
The number of bytes received. |
total |
The total number of bytes to be downloaded. |
percent |
A rough percentage of completion or -1 if the received total size is unknown. |
Return Values
None
Usage
The DownloadingStateChanged event will be triggered for uncertain times even if the download percentage has reached 100%.
The DownloadingStateChanged event will still be triggered after PauseDownload is called.
See also