Occurs when a navigation operation finishes, is halted, or fails.
Syntax
void DownloadComplete(void);
Return Value
No return value.
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.
Each DownloadBegin event will have a corresponding DownloadComplete event.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
DWebBrowserEvents2::DownloadBegin