GdViewer.PdfLaunchActionEventArgs Class Members
In This Topic
The following tables list the members exposed by GdViewer.PdfLaunchActionEventArgs.
Public Constructors
Public Properties
| Name | Description |
| ActionType | A member of the PdfActionLaunchOperation enumeration. The type of the launch action to be executed. |
| Cancel | Allows to cancel the subsequent application launching action when you turn this parameter to true in the raised event. |
| FilePath | The path of the application to be launched or the file to be opened or printed according to the specified ActionType parameter. |
| 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