←Select platform

AnnObjectModifiedEventArgs Constructor

Summary

Creates a new instance of AnnObjectModifiedEventArgs with the specified parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
-(id) initWithObjects:(LTAnnObjectCollection*)objects 
           changeType:(LTAnnObjectChangedType)changeType 
             designer:(LTAnnDesigner*)designer; 
             
public AnnObjectModifiedEventArgs(Object source, AnnObjectCollection objects, AnnObjectChangedType changeType) 
function AnnObjectModifiedEventArgs(  
   objects , 
   changeType  
) 

Parameters

objects
A collection that contains the objects modified

changeType
Type of change.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly