Initializes a new instance of the AnnAfterObjectChangedEventArgs class.
public AnnAfterObjectChangedEventArgs(
AnnObjectCollection objects,
AnnObjectChangedType changeType,
AnnDesigner designer
)
Public Function New( _
ByVal objects As Leadtools.Windows.Annotations.AnnObjectCollection, _
ByVal changeType As Leadtools.Windows.Annotations.AnnObjectChangedType, _
ByVal designer As Leadtools.Windows.Annotations.AnnDesigner _
)
public:
AnnAfterObjectChangedEventArgs(
Leadtools.Windows.Annotations.AnnObjectCollection^ objects,
Leadtools.Windows.Annotations.AnnObjectChangedType changeType,
Leadtools.Windows.Annotations.AnnDesigner^ designer
)
objects
An AnnObjectCollection 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 C#/VB examples, 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