WebBrowserControl.DocumentComplete Event (Access)

Occurs when a document is completely loaded and initialized.

Version Information

Version Added: Access 2010

Syntax

expression .DocumentComplete(pDisp, URL)

expression A variable that represents a WebBrowserControl object.

Parameters

Name

Required/Optional

Data Type

Description

pDisp

Required

Object

pointer to the IDispatch interface of the window or frame in which the document is loaded.

URL

Required

Variant

Contains the URL of the loaded document.

Return Value

nothing

See Also

Concepts

WebBrowserControl Object

WebBrowserControl Object Members