←Select platform

InvokeObjectModified Method

Summary
Invokes the ObjectModified event with the specified parameters.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void InvokeObjectModified( 
   AnnObjectCollection objects, 
   AnnObjectChangedType changeType 
) 
- (void)invokeObjectModified:(LTAnnObjectCollection *)objects changeType:(LTAnnObjectChangedType)changeType NS_SWIFT_NAME(invokeObjectModified(objects:changeType:)); 
public void invokeObjectModified(AnnObjectCollection objects, AnnObjectChangedType changeType) 
public:  
   void InvokeObjectModified( 
      AnnObjectCollection^ objects, 
      AnnObjectChangedType^ changeType 
   ) 
def InvokeObjectModified(self,objects,changeType): 

Parameters

objects
A collection that contains the objects modified

changeType
Type of change.

Remarks

This method invokes the ObjectModified with a new AnnObjectModifiedEventArgs created from the specified parameters.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.