Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / Navigated Event
In This Topic
    Navigated Event
    In This Topic
    Occurs when navigation is used.
    Syntax
    private Sub WebControl_Navigated (
       ByVal sender As Variant,
       ByVal arg As String ) As Boolean

    Parameters

    sender
    arg
    See Also