Share via


_DPIEWebBrowserEvents2::DocumentComplete

The DocumentComplete event method fires when a document has been completely loaded and initialized.

Syntax

void DocumentComplete(
  IDispatch * pdisp,
  VARIANT * pvtURL
);

Parameters

pdisp

[in] Reference to the IDispatch interface of the window or frame object in which the document as been loaded.

pvtURL

[in] Reference to a Windows CE VARIANT structure that specifies the URL, Universal Naming Convention (UNC) file name, or pointer to an item identifier list (PIDL) of the loaded document.

Return Values

None.

Remarks

In pages with no frames, this event fires once after loading is complete.

In pages where multiple frames are loaded, the DocumentComplete event method fires for each frame where the _DPIEWebBrowserEvents2::DownloadBegin event method has fired. When all the document frames have loaded, the final DocumentComplete event method fires.

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.