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





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