←Select platform

EditContent Event

Summary
Occurs when the content of an AnnObject is edited.
Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<AnnEditContentEventArgs> EditContent 
Public Event EditContent As EventHandler(Of AnnEditContentEventArgs) 
-(void) automation:(LTAnnAutomation*) automation  
      editContentWithArgs:(LTAnnEditContentEventArgs*) e; 
public void addEditContentListener(AnnEditContentListener listener) 
public void removeEditContentListener(AnnEditContentListener listener) 
public:  
   event EventHandler<AnnEditContentEventArgs^>^ EditContent 
Event Data

The event handler receives an argument of type AnnEditContentEventArgs containing data related to this event. The following AnnEditContentEventArgs properties provide information specific to this event.

PropertyDescription
Bounds Gets the bounding rectangle of the AnnObject entering content-editing mode in screen/device coordinates.
Remarks

This event will occur when the user double clicks an object to edit its content. For more information, refer to AnnEditDesigner.EditContent.

If the value of EditContentAfterDraw is set to true, then this event will occur automatically after the designer finishes drawing new objects.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.