In This Topic
GdPicture14 Namespace / GdViewer Class / AnnotationTextBoxLostFocus Event

AnnotationTextBoxLostFocus Event (GdViewer)

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