GdViewer.PdfFileNavigationEventArgs Class Properties
In This Topic
For a list of all members of this type, see GdViewer.PdfFileNavigationEventArgs members.
Public Properties
| Name | Description |
 | Cancel | Allows to cancel the subsequent file navigation action when you turn this parameter to true in the raised event. |
 | FilePath | The path of the file to navigate to. |
 | Handled | (Inherited from System.Windows.RoutedEventArgs) |
 | OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
 | RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
 | Source | (Inherited from System.Windows.RoutedEventArgs) |
Top
See Also