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

InvokeAfterObjectChanged Method

Show in webframe
A AnnObjectCollection that has a collection of the objects that is about to be changed.
An AnnObjectChangedType value specifying what is to be changed.
Invokes the AfterObjectChanged event with the specified parameters.
Syntax
 function Leadtools.Annotations.Automation.AnnAutomation.invokeAfterObjectChanged( 
   objects ,
   changeType 
)

Parameters

ParameterTypeDescription
objectsAnnObjectCollectionA AnnObjectCollection that has a collection of the objects that is about to be changed.
changeTypeAnnObjectChangedTypeAn AnnObjectChangedType value specifying what is to be changed.
Remarks

This method invokes the AfterObjectChanged with a new AnnAfterObjectChangedEventArgs created from the specified parameters.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file