C1.Silverlight.PdfViewer.5
RequestNavigate Event (C1PdfViewer)

Fired when a link from a document is clicked.
Syntax
'Declaration
 
Public Event RequestNavigate As System.EventHandler(Of RequestNavigateEventArgs)
public event System.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
TargetGets the target of the navigation request.  
UriGets the URI of the navigation request.  
See Also

Reference

C1PdfViewer Class
C1PdfViewer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.