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