InfoConnect VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / DocumentCompleted Event
In This Topic
    DocumentCompleted Event
    In This Topic
    Occurs when navigating and parsing a new Web page is complete.
    Syntax
    private Sub WebControl_DocumentCompleted (
       ByVal sender As Variant,
       ByVal arg As String ) As Boolean

    Parameters

    sender
    arg
    See Also