In This Topic
GdPicture14 Namespace / GdViewer Class / OnCustomAnnotationPaint Event

OnCustomAnnotationPaint Event (GdViewer)

In This Topic
Syntax
'Declaration

 

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

event GdViewer.OnCustomAnnotationPaintEventHandler^ OnCustomAnnotationPaint
See Also