Fires after a navigation to a document is completed (on either a window or frameset element) and enters the navigation stack.
Object.OnNavigateComplete ( pDisp, pvURL )
The OnNavigateComplete event syntax has the following parts:
Name |
Type |
Description |
Object |
ALog |
ALog control |
pDisp |
Val Object |
the frame's object. |
pvURL |
Var Variant |
String expression that evaluates to the URL , UNC file name, or PIDL that was navigated to. |
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.
OnBeforeNavigate, LocationURL, Navigate