In This Topic
GdPicture.NET.14 (COM - ActiveX)~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
FilePath
Cancel
See Also

Reference

GdViewer.PdfLaunchActionEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace