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

DownloadComplete Event


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

Syntax

Private Sub object_DownloadComplete

Parameters

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

Remarks

Unlike NavigateComplete2, which is 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 needs to display should be connected to this event. Note that any DownloadBegin event will have a corresponding DownloadComplete event.

Applies To

InternetExplorer, WebBrowser

See Also

Navigate, Navigate2, 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.