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

ActiveContainerChanged Event

Show in webframe
Occurs when the active container of this object is changed.
Syntax
add_activeContainerChanged(function(sender, e))
activeContainerChanged.add(function(sender, e))
remove_activeContainerChanged(function(sender, e))
activeContainerChanged.remove(function(sender, e))
    
Event Data
Parameter Type Description
sender 'var' The source of the event.
e An EventHandler The event data.
See Also
Error processing SSI file