←Select platform

AnnBeforeObjectChangedEventArgs Constructor

Summary
Initializes a new instance of the AnnBeforeObjectChangedEventArgs class.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal objects As AnnObjectCollection, _ 
   ByVal changeType As AnnObjectChangedType, _ 
   ByVal designer As AnnDesigner _ 
) 
  
-(id) initWithObjects:(LTAnnObjectCollection*)objects  
           changeType:(LTAnnObjectChangedType) changeType  
             designer:(LTAnnDesigner*) designer; 
public AnnBeforeObjectChangedEvent(Object source, AnnObjectCollection objects, AnnObjectChangedType changeType, AnnDesigner designer) 

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.

designer
The AnnDesigner object responsible for the change.

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.