Scheduler for WPF and Silverlight | ComponentOne
C1.WPF.PdfViewer Namespace / RequestNavigateEventArgs Class / RequestNavigateEventArgs Constructor

In This Topic
    RequestNavigateEventArgs Constructor
    In This Topic
    Initializes a new RequestNavigateEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal target As String, _
       ByVal uri As Uri _
    )
    public RequestNavigateEventArgs( 
       string target,
       Uri uri
    )

    Parameters

    target
    uri
    See Also