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

AfterObjectChanged Event

Show in webframe
Occurs when an AnnObject has changed.
Syntax
add_afterObjectChanged(function(sender, e))
afterObjectChanged.add(function(sender, e))
remove_afterObjectChanged(function(sender, e))
afterObjectChanged.remove(function(sender, e))
    

This event will be fired after an AnnObject has been modified by this AnnAutomation.

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