A uniform resource identifier (URI) as a string.
Allows to cancel the subsequent URI navigation action when you turn this parameter to true in the raised event.





In This Topic
GdPicture14 Namespace / GdViewer.PdfUriNavigationEventHandler Delegate

GdViewer.PdfUriNavigationEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("8591BDB6-83CD-31AD-A6D0-3ED2DBB70B72")>
Public Delegate Sub GdViewer.PdfUriNavigationEventHandler( _
   ByRef URI As String, _
   ByRef Cancel As Boolean _
) 
[Guid("8591BDB6-83CD-31AD-A6D0-3ED2DBB70B72")]
public delegate void GdViewer.PdfUriNavigationEventHandler( 
   ref string URI,
   ref bool Cancel
)
public delegate GdViewer.PdfUriNavigationEventHandler( 
   var  URI: String;
   var  Cancel: Boolean
);
GuidAttribute("8591BDB6-83CD-31AD-A6D0-3ED2DBB70B72")
public delegate GdViewer.PdfUriNavigationEventHandler( 
   URI : String,
   Cancel : boolean
)
[Guid("8591BDB6-83CD-31AD-A6D0-3ED2DBB70B72")]
public: __gc __delegate void GdViewer.PdfUriNavigationEventHandler( 
   ref string* URI,
   ref bool Cancel
)
[Guid("8591BDB6-83CD-31AD-A6D0-3ED2DBB70B72")]
public delegate void GdViewer.PdfUriNavigationEventHandler( 
   String^% URI,
   bool% Cancel
)

Parameters

URI
A uniform resource identifier (URI) as a string.
Cancel
Allows to cancel the subsequent URI navigation action when you turn this parameter to true in the raised event.
See Also