In This Topic
GdPicture14 Namespace / GdViewer Class / AnnotationResized Event

AnnotationResized Event (GdViewer)

In This Topic
Syntax
'Declaration

 

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

event GdViewer.AnnotationResizedEventHandler^ AnnotationResized
See Also