In This Topic
GdPicture14 Namespace / GdViewer Class / AnnotationTextBoxKeyDown Event

AnnotationTextBoxKeyDown Event (GdViewer)

In This Topic
Syntax
'Declaration

 

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

event GdViewer.AnnotationTextBoxKeyDownEventHandler^ AnnotationTextBoxKeyDown
See Also