6 out of 13 rated this helpful - Rate this topic

DownloadComplete event

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

Syntax

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

Event information

SynchronousNo
BubblesNo
CancelableNo

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.