DocumentComplete
DocumentComplete() Event
Event fired after the document is loaded and initialized.
Applies to: HTML
This event is called when the control has completely downloaded and initialized the page for a URL specified via Navigate or via a page link. You can query the URL it has loaded by inspecting the property EventURL.
This event will not be called if the navigate is cancelled in the BeforeNavigate event.
For an example on how to use this control and its methods see. HTML Example.