Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / Navigating Event
In This Topic
    Navigating Event
    In This Topic
    Occurs immediately before navigating to a new page.
    Syntax
    private Sub WebControl_Navigating (
       ByVal sender As Variant,
       ByVal arg As String
       ByVal targetFrameName As String) As Boolean

    Parameters

    sender
    url
    targetFrameName
    See Also