Click to return to the Reusing Browser Technology home page    
DocumentComplete Event     DownloadComplete Event     WebBrowser Control Events    
Web Workshop  |  Reusing Browser Technology

DownloadBegin Event


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

Parameters

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

Applies To

InternetExplorer, WebBrowser

See Also

Navigate, ProgressChange


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.