Contents Index Topic Contents | ||
Previous Topic: DownloadBegin Event Next Topic: NavigateComplete2 Event |
DownloadComplete Event
Description
Occurs when a navigation operation finishes, is halted, or fails. 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.
Syntax
Private Sub object_DownloadComplete
Value Description object An object expression that evaluates to an object in the Applies To list.
Applies To
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.