NavigateComplete

[event icon] NavigateComplete() Event

Event fired after we have navigated to a URL

Applies to: HTML


>NavigateComplete

NavigateComplete

This event is called when the control has started loading the page for a URL specified via Navigate or via a page link. When this event is received the page may or may not be complete. To be notified when the page is complete use the DocumentComplete event. You can query the URL it has loaded by inspecting the property EventURL.

For an example on how to use this control and its methods see. HTML Example.

See also

HTML methods, properties and events.