Click to return to the Reusing Browser Technology home page    
DWebBrowserEvents2::Downl...     DWebBrowserEvents2::Navig...     DWebBrowserEvents2 Interf...    
Web Workshop  |  Reusing Browser Technology

DWebBrowserEvents2::DownloadComplete Method


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


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.