ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / RequestNavigate Event

In This Topic
    RequestNavigate Event
    In This Topic
    Fired when a link from a document is clicked.
    Syntax
    'Declaration
     
    
    Public Event RequestNavigate As EventHandler(Of RequestNavigateEventArgs)
    public event EventHandler<RequestNavigateEventArgs> RequestNavigate
    Event Data

    The event handler receives an argument of type RequestNavigateEventArgs containing data related to this event. The following RequestNavigateEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the target of the navigation request.  
    Gets the URI of the navigation request.  
    See Also