←Select platform

InvokeAfterObjectChanged Method

Summary
Invokes the AfterObjectChanged event with the specified parameters.
Syntax
C#
C++/CLI
Java
Python
public void InvokeAfterObjectChanged( 
   AnnObjectCollection objects, 
   AnnObjectChangedType changeType 
) 
public void invokeAfterObjectChanged(AnnObjectCollection objects, AnnObjectChangedType changeType) 
public:  
   void InvokeAfterObjectChanged( 
      AnnObjectCollection^ objects, 
      AnnObjectChangedType^ changeType 
   ) 
def InvokeAfterObjectChanged(self,objects,changeType): 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.