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