InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / NavigatingEventArgs Class / NavigatingEventArgs Constructor
Uri of the web document.
The name of the frame in which to load the document.


In This Topic
    NavigatingEventArgs Constructor
    In This Topic
    The constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal url As Uri, _
       ByVal targetFrameName As String _
    )
    'Usage
     
    
    Dim url As Uri
    Dim targetFrameName As String
     
    Dim instance As New NavigatingEventArgs(url, targetFrameName)
    public NavigatingEventArgs( 
       Uri url,
       string targetFrameName
    )

    Parameters

    url
    Uri of the web document.
    targetFrameName
    The name of the frame in which to load the document.
    See Also