0 out of 7 rated this helpful - Rate this topic

DownloadBegin event

Fires when a navigation operation begins.

Syntax

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

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

This method has no parameters.

Remarks

This event is fired shortly after the BeforeNavigate event or the BeforeNavigate2 event, unless the navigation is canceled. 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
Navigate
ProgressChange

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.