LEADTOOLS Annotations (Leadtools.Annotations assembly)

EndEditText Event (AnnRichTextEditDesigner)

Show in webframe





Occurs when the AnnTextEditDesigner ends editing the text of an AnnRichTextObject.
Syntax
public event EventHandler<EventArgs> EndEditText
'Declaration
 
Public Event EndEditText As EventHandler(Of EventArgs)
'Usage
 
Dim instance As AnnRichTextEditDesigner
Dim handler As EventHandler(Of EventArgs)
 
AddHandler instance.EndEditText, handler

            

            
public:
event EventHandler<EventArgs^>^ EndEditText
Remarks

When the end user begins editing the text for an AnnRichTextObject (or derived class), the BeginEditText event will be fired. When the user stops editing the text, the EndEditText event will be fired.

Requirements

Target Platforms

See Also

Reference

AnnRichTextEditDesigner Class
AnnRichTextEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.