LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

BeginEditText Event (AnnTextEditDesigner)






Occurs when the AnnTextEditDesigner begins editing the text of an AnnTextObject.
Syntax
public event EventHandler<EventArgs> BeginEditText
'Declaration
 
Public Event BeginEditText As EventHandler(Of EventArgs)
'Usage
 
Dim instance As AnnTextEditDesigner
Dim handler As EventHandler(Of EventArgs)
 
AddHandler instance.BeginEditText, handler
public event EventHandler<~Remove~> BeginEditText
add_BeginEditText(function(sender, e))
remove_BeginEditText(function(sender, e))

public:
event EventHandler<EventArgs^>^ BeginEditText
Remarks

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnTextEditDesigner Class
AnnTextEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.