In This Topic
GdPicture14 Namespace / GdViewer Class / AnnotationClicked Event

AnnotationClicked Event (GdViewer)

In This Topic
Syntax
'Declaration

 

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

event GdViewer.AnnotationClickedEventHandler^ AnnotationClicked
See Also