A member of the PdfActionLaunchOperation enumeration. The type of the launch action to be executed.
The path of the application to be launched or the file to be opened or printed according to the specified ActionType parameter.
Allows to cancel the subsequent application launching action when you turn this parameter to true in the raised event.





In This Topic
GdPicture14 Namespace / GdViewer.PdfLaunchActionEventHandler Delegate

GdViewer.PdfLaunchActionEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("13EA88E9-92CB-390A-9601-6A8C831D85AE")>
Public Delegate Sub GdViewer.PdfLaunchActionEventHandler( _
   ByVal ActionType As PdfActionLaunchOperation, _
   ByRef FilePath As String, _
   ByRef Cancel As Boolean _
) 
[Guid("13EA88E9-92CB-390A-9601-6A8C831D85AE")]
public delegate void GdViewer.PdfLaunchActionEventHandler( 
   PdfActionLaunchOperation ActionType,
   ref string FilePath,
   ref bool Cancel
)
public delegate GdViewer.PdfLaunchActionEventHandler( 
    ActionType: PdfActionLaunchOperation;
   var  FilePath: String;
   var  Cancel: Boolean
);
GuidAttribute("13EA88E9-92CB-390A-9601-6A8C831D85AE")
public delegate GdViewer.PdfLaunchActionEventHandler( 
   ActionType : PdfActionLaunchOperation,
   FilePath : String,
   Cancel : boolean
)
[Guid("13EA88E9-92CB-390A-9601-6A8C831D85AE")]
public: __gc __delegate void GdViewer.PdfLaunchActionEventHandler( 
   PdfActionLaunchOperation ActionType,
   ref string* FilePath,
   ref bool Cancel
)
[Guid("13EA88E9-92CB-390A-9601-6A8C831D85AE")]
public delegate void GdViewer.PdfLaunchActionEventHandler( 
   PdfActionLaunchOperation ActionType,
   String^% FilePath,
   bool% Cancel
)

Parameters

ActionType
A member of the PdfActionLaunchOperation enumeration. The type of the launch action to be executed.
FilePath
The path of the application to be launched or the file to be opened or printed according to the specified ActionType parameter.
Cancel
Allows to cancel the subsequent application launching action when you turn this parameter to true in the raised event.
See Also