다음을 통해 공유


_DPIEWebBrowserEvents2::NavigateComplete2 (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib

See Also

_DPIEWebBrowserEvents2

_DPIEWebBrowserEvents2_BeforeNavigate2

IBrowser::FrameNavigate

IBrowser::navigate

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.