NavigateComplete Event

Fires after a navigation to a link is completed on either a window element or a frameSet element.

Syntax

  Private Sub object_NavigateComplete( _
  ByVal pDisp As Object, _
  ByVal URL As Variant)

Parameters

  • object
    Object expression that resolves to the objects in the Applies To list.
  • pDisp
    Object that evaluates to the top-level or frame WebBrowser object corresponding to the event.
  • URL
    String expression that evaluates to the URL, UNC file name, or PIDL that was navigated to.

Error Codes

No return value.

Remarks

This event is obsolete. Use the NavigateComplete2 event instead.

Applies To

InternetExplorer, WebBrowser