DownloadingStateChanged

Description

Occurs when the download status or progress information has been updated.

Event ID

Event ID

Objects

None

WebBrowser controls


Arguments

Argument

Description

itemId

The ID used to specify the file.

speed

The download speed estimated in bytes every second.

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

AddressChanged

CertificateError

DownloadingStart

EvaluateJavascriptFinished

NavigationError

NavigationProgressIndex

NavigationStart

NavigationStateChanged

PdfPrintFinished

ResourceRedirect

TitleTextChanged