GdViewer.PdfUriNavigationEventArgs Class Members
In This Topic
The following tables list the members exposed by GdViewer.PdfUriNavigationEventArgs.
Public Constructors
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