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