'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