DownloadComplete event

Fires when a navigation operation finishes, is halted, or fails.

Syntax

HTML Attribute <element DownloadComplete = "handler(event)">
attachEvent Method object.attachEvent("DownloadComplete", handler)

 

Event information

Synchronous No
Bubbles No
Cancelable No

 

Event handler parameters

This method has no parameters.

Remarks

Unlike NavigateComplete or NavigateComplete2, which are fired only when a URL is successfully navigated to, this event is always fired after a navigation starts. Any animation or "busy" indication that the container must display should be connected to this event.

Each DownloadBegin event has a corresponding DownloadComplete event.

See also

InternetExplorer

WebBrowser

Reference

DownloadBegin

Navigate

Navigate2

ProgressChange