invokeAfterObjectChanged Method

Summary

Invokes the AfterObjectChanged event with the specified parameters.

Syntax
TypeScript
JavaScript
AnnAutomation.prototype.invokeAfterObjectChanged = function( 
   objects, 
   changeType 
) 
invokeAfterObjectChanged( 
   objects: AnnObjectCollection, 
   changeType: AnnObjectChangedType 
): void; 

Parameters

objects

A AnnObjectCollection that has a collection of the objects that is about to be changed.

changeType

An AnnObjectChangedType value specifying what is to be changed.

Remarks

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly