GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / PdfUriNavigation Event





In This Topic
PdfUriNavigation Event (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Event PdfUriNavigation As GdViewer.PdfUriNavigationEventHandler
public event GdViewer.PdfUriNavigationEventHandler PdfUriNavigation
public event PdfUriNavigation: GdViewer.PdfUriNavigationEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.PdfUriNavigationEventHandler* PdfUriNavigation
public:
event GdViewer.PdfUriNavigationEventHandler^ PdfUriNavigation
See Also