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

CollectionChanged Event (AnnAutomationObjects)

Show in webframe
Occurs when the collection changes.
Syntax
add_collectionChanged(function(sender, e))
collectionChanged.add(function(sender, e))
remove_collectionChanged(function(sender, e))
collectionChanged.remove(function(sender, e))
    
Remarks

The event handler receives an argument of type AnnNotifyCollectionChangedEventArgs, which contains data that is related to this event.

AnnNotifyCollectionChangedEventArgs
Event Data
Parameter Type Description
sender 'var' The source of the event.
e # The event data.
See Also

Reference

AnnAutomationObjects Object
AnnAutomationObjects Members

Error processing SSI file