Share via


_DPIEWebBrowserEvents2::NavigateComplete2

The NavigateComplete2 event method fires after navigation to a link is completed on either a window or frameset element.

Syntax

void NavigateComplete2(
  IDispatch * pdisp,
  VARIANT vtURL
);

Parameters

pdisp

[in] Reference to the IDispatch interface of a window or frame object.

vtURL

[in] A Windows CE VARIANT structure that specifies the URL or the Universal Naming Convention (UNC) file name that was navigated to.

Return Values

None.

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_BeforeNavigate2

IBrowser::FrameNavigate

IBrowser::navigate

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.