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





In This Topic
AnnotationRotated Event (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Event AnnotationRotated As GdViewer.AnnotationRotatedEventHandler
public event GdViewer.AnnotationRotatedEventHandler AnnotationRotated
public event AnnotationRotated: GdViewer.AnnotationRotatedEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.AnnotationRotatedEventHandler* AnnotationRotated
public:
event GdViewer.AnnotationRotatedEventHandler^ AnnotationRotated
See Also