←Select platform

AnnObjectModifiedEventArgs Constructor

Summary

Creates a new instance of AnnObjectModifiedEventArgs with the specified parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal objects As AnnObjectCollection, _ 
   ByVal changeType As AnnObjectChangedType _ 
) 
-(id) initWithObjects:(LTAnnObjectCollection*)objects 
           changeType:(LTAnnObjectChangedType)changeType 
             designer:(LTAnnDesigner*)designer; 
public AnnObjectModifiedEventArgs(Object source, AnnObjectCollection objects, AnnObjectChangedType changeType) 

Parameters

objects
A collection that contains the objects modified

changeType
Type of change.

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