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