The path of the file to navigate to.
Allows to cancel the subsequent file navigation action when you turn this parameter to true in the raised event.





In This Topic
GdPicture14 Namespace / GdViewer.PdfFileNavigationEventHandler Delegate

GdViewer.PdfFileNavigationEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("1747605B-CF88-3985-8A50-F4B859A5DFBD")>
Public Delegate Sub GdViewer.PdfFileNavigationEventHandler( _
   ByRef FilePath As String, _
   ByRef Cancel As Boolean _
) 
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]
public delegate void GdViewer.PdfFileNavigationEventHandler( 
   ref string FilePath,
   ref bool Cancel
)
public delegate GdViewer.PdfFileNavigationEventHandler( 
   var  FilePath: String;
   var  Cancel: Boolean
);
GuidAttribute("1747605B-CF88-3985-8A50-F4B859A5DFBD")
public delegate GdViewer.PdfFileNavigationEventHandler( 
   FilePath : String,
   Cancel : boolean
)
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]
public: __gc __delegate void GdViewer.PdfFileNavigationEventHandler( 
   ref string* FilePath,
   ref bool Cancel
)
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]
public delegate void GdViewer.PdfFileNavigationEventHandler( 
   String^% FilePath,
   bool% Cancel
)

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