Initializes a new instance of the AnnAfterObjectChangedEventArgs class.
public AnnAfterObjectChangedEventArgs(
RasterCollection<AnnObject> objects,
AnnObjectChangedType changeType,
AnnDesigner designer
)
Public Function New( _
ByVal objects As Leadtools.RasterCollection(Of AnnObject), _
ByVal changeType As Leadtools.Annotations.AnnObjectChangedType, _
ByVal designer As Leadtools.Annotations.AnnDesigner _
)
public:
AnnAfterObjectChangedEventArgs(
Leadtools.RasterCollection<AnnObject^>^ objects,
Leadtools.Annotations.AnnObjectChangedType changeType,
Leadtools.Annotations.AnnDesigner^ designer
)
objects
An RasterCollection<AnnObject> that has a collection of the objects that has been changed.
changeType
An AnnObjectChangedType value specifying what has changed.
designer
The AnnDesigner responsible for the change.
The designer should be null (Nothing in VB) unless the changeType is AnnObjectChangedType.DesignerDraw or AnnObjectChangedType.DesignerEdit.
For an example, refer to AfterObjectChanged.
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