In This Topic
GdPicture14 Namespace / GdViewer.AnnotationTextBoxLostFocusEventHandler Delegate

GdViewer.AnnotationTextBoxLostFocusEventHandler Delegate

In This Topic
Occurs when the annotation TextBox control loses focus.
Syntax
'Declaration
 
<GuidAttribute("E9D08D65-9DC2-47CC-8657-EF8AB80EBEF7")>
Public Delegate Sub GdViewer.AnnotationTextBoxLostFocusEventHandler() 
[Guid("E9D08D65-9DC2-47CC-8657-EF8AB80EBEF7")]
public delegate void GdViewer.AnnotationTextBoxLostFocusEventHandler()
public delegate GdViewer.AnnotationTextBoxLostFocusEventHandler();
GuidAttribute("E9D08D65-9DC2-47CC-8657-EF8AB80EBEF7")
public delegate GdViewer.AnnotationTextBoxLostFocusEventHandler()
[Guid("E9D08D65-9DC2-47CC-8657-EF8AB80EBEF7")]
public: __gc __delegate void GdViewer.AnnotationTextBoxLostFocusEventHandler();
[Guid("E9D08D65-9DC2-47CC-8657-EF8AB80EBEF7")]
public delegate void GdViewer.AnnotationTextBoxLostFocusEventHandler();
See Also