DownloadBegin EventDownloadBegin Event*
*Contents  *Index  *Topic Contents
*Previous Topic: DocumentComplete Event
*Next Topic: DownloadComplete Event

DownloadBegin Event

Description

Occurs when a navigation operation is beginning. This event is fired shortly after the BeforeNavigate2 event, unless the navigation is canceled. Any animation or "busy" indication that the container needs to display should be connected to this event. Note that any DownloadBegin event will have a corresponding DownloadComplete event.

Syntax

Private Sub object_DownloadBegin

ValueDescription
objectAn object expression that evaluates to an object in the Applies To list.

Applies To

InternetExplorer, WebBrowser

See Also

Navigate, ProgressChange


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.