EditContent Event (original) (raw)
Summary
Occurs when the content of an AnnObject is edited.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (void)automation:(LTAnnAutomation *)automation editContent:(LTAnnEditContentEventArgs *)args;
public void addEditContentListener(AnnEditContentListener listener)
public void removeEditContentListener(AnnEditContentListener listener)
def EditContent(sender,e): # sender: AnnAutomation e: Leadtools.Annotations.Engine.AnnEditContentEventArgs
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.
Property | Description |
---|---|
Bounds | Gets the bounding rectangle of the AnnObject entering content-editing mode in screen/device coordinates. |