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





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