Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

EditContent Event

Show in webframe
Occurs when the content of an AnnObject is edited.
Syntax
add_editContent(function(sender, e))
editContent.add(function(sender, e))
remove_editContent(function(sender, e))
editContent.remove(function(sender, e))
    

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.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnEditContentEventArgs The event data.
See Also
Error processing SSI file