←Select platform

InvokeObjectModified Method

Summary
Invokes the ObjectModified event with the specified parameters.
Syntax
C#
VB
C++
Java
public void InvokeObjectModified( 
   AnnObjectCollection objects, 
   AnnObjectChangedType changeType 
) 
Public Sub InvokeObjectModified( _ 
   ByVal objects As AnnObjectCollection, _ 
   ByVal changeType As AnnObjectChangedType _ 
)  
public void invokeObjectModified(AnnObjectCollection objects, AnnObjectChangedType changeType) 
public:  
   void InvokeObjectModified( 
      AnnObjectCollection^ objects, 
      AnnObjectChangedType^ 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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