GdViewer.PdfUriNavigationEventArgs Class Properties
In This Topic
For a list of all members of this type, see GdViewer.PdfUriNavigationEventArgs members.
Public Properties
| Name | Description |
 | Cancel | Allows to cancel the subsequent URI navigation action when you turn this parameter to true in the raised event. |
 | Handled | (Inherited from System.Windows.RoutedEventArgs) |
 | OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
 | RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
 | Source | (Inherited from System.Windows.RoutedEventArgs) |
 | URI | A uniform resource identifier (URI) as a string. |
Top
See Also