In This Topic
GdPicture14 Namespace / GdViewer Class / PdfFileNavigation Event

PdfFileNavigation Event (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Event PdfFileNavigation As GdViewer.PdfFileNavigationEventHandler
public event GdViewer.PdfFileNavigationEventHandler PdfFileNavigation
public event PdfFileNavigation: GdViewer.PdfFileNavigationEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.PdfFileNavigationEventHandler* PdfFileNavigation
public:

event GdViewer.PdfFileNavigationEventHandler^ PdfFileNavigation
See Also