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





In This Topic
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