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

CurrentObjectIdChanged Event

Show in webframe
Occurs when the value of the CurrentObjectId property changes.
Syntax
add_currentObjectIdChanged(function(sender, e))
currentObjectIdChanged.add(function(sender, e))
remove_currentObjectIdChanged(function(sender, e))
currentObjectIdChanged.remove(function(sender, e))
    

This event is raised if the CurrentObjectId property is changed.

Example

For an example, refer to AnnAutomationManager.

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