In This Topic
GdPicture14 Namespace / GdViewer Class / AnnotationAddedByUser Event

AnnotationAddedByUser Event (GdViewer)

In This Topic
Syntax
'Declaration

 

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

event GdViewer.AnnotationAddedByUserEventHandler^ AnnotationAddedByUser
See Also