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

ObjectModified Event

Show in webframe
Occurs when one or more AnnObject has changed.
Syntax
add_objectModified(function(sender, e))
objectModified.add(function(sender, e))
remove_objectModified(function(sender, e))
objectModified.remove(function(sender, e))
    

This event will fire after one or more AnnObject has been modified by this AnnAutomation. This object can be used as a catch all notification when objects are changed (including when objects are added or removed from the automation). For example, as part of code that links annotation objects in the automation with a user interface element such as a list box.

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