In This Topic
GdPicture14 Namespace / GdViewer Class / AnnotationSelected Event

AnnotationSelected Event (GdViewer)

In This Topic
Syntax
'Declaration

 

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

event GdViewer.AnnotationSelectedEventHandler^ AnnotationSelected
See Also