Share via


_DPIEWebBrowserEvents2::DownloadComplete

The DownloadComplete event method fires when a navigation operation finishes, is halted, or fails.

Syntax

void DownloadComplete(void);

Parameters

None.

Return Values

None.

Remarks

Any animation or busy indication that the container needs to display should be connected to this event method.

Each DPIEWebBrowserEvents::DownloadBegin event method has a corresponding DownloadComplete event method.

Requirements

Pocket PC: Windows Mobile 2003 and later
OS Versions: Windows CE 4.0 and later
Header: webvw.h
Library: webvw.lib

See Also

_DPIEWebBrowserEvents2

_DPIEWebBrowserEvents2::DownloadBegin

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.