GdViewer.PdfFileNavigationEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("1747605B-CF88-3985-8A50-F4B859A5DFBD")>
Public Delegate Sub GdViewer.PdfFileNavigationEventHandler( _
ByRef As String, _
ByRef As Boolean _
)
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]
public delegate void GdViewer.PdfFileNavigationEventHandler(
ref string ,
ref bool
)
public delegate GdViewer.PdfFileNavigationEventHandler(
var : String;
var : Boolean
);
GuidAttribute("1747605B-CF88-3985-8A50-F4B859A5DFBD")
public delegate GdViewer.PdfFileNavigationEventHandler(
: String,
: boolean
)
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]
public: __gc __delegate void GdViewer.PdfFileNavigationEventHandler(
ref string* ,
ref bool
)
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]
public delegate void GdViewer.PdfFileNavigationEventHandler(
String^% ,
bool%
)
Parameters
- FilePath
- The path of the file to navigate to.
- Cancel
- Allows to cancel the subsequent file navigation action when you turn this parameter to true in the raised event.
See Also