共用方式為


DWebBrowserEvents2::NavigateComplete2

Send Feedback

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

Note   Windows Mobile-based Smartphones do not support frames.

Syntax

void NavigateComplete2(
  IDispatch* pDisp,
  VARIANT* pvtURL 
);

Parameters

  • pDisp
    [in] Pointer to the IDispatch interface for the WebBrowser object that represents the window or frame.
  • pvtURL
    [in] Pointer to a VARIANT structure of type VT_BSTR that contains the URL or Universal Naming Convention (UNC) file name that was navigated to.

Return Values

None.

Event DISPID

DISPID_NAVIGATECOMPLETE2

The DISPID for this event is defined in piedocvw.h. Use this value to identify the event handler when implementing IDispatch::Invoke.

Requirements

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: piedocvw.h
Library: piedocvw.lib

See Also

DWebBrowserEvents2 | DWebBrowserEvents2::BeforeNavigate2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.