C#
VB
Java
Objective-C
WinRT C#
C++
Creates a new instance of AnnObjectModifiedEventArgs with the specified parameters.
Public Function New( _
ByVal objects As Leadtools.Annotations.Core.AnnObjectCollection, _
ByVal changeType As Leadtools.Annotations.Automation.AnnObjectChangedType _
)
public AnnObjectModifiedEventArgs(
Leadtools.Annotations.Core.AnnObjectCollection objects,
Leadtools.Annotations.Automation.AnnObjectChangedType changeType
)
-(id) initWithObjects:(LTAnnObjectCollection*)objects
changeType:(LTAnnObjectChangedType)changeType
designer:(LTAnnDesigner*)designer;
public AnnObjectModifiedEventArgs(Object source, AnnObjectCollection objects, AnnObjectChangedType changeType)
function AnnObjectModifiedEventArgs(
objects ,
changeType
)
objects
A collection that contains the objects modified
changeType
Type of change.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET