Initializes a new instance of the AnnBeforeObjectChangedEventArgs class.
public AnnBeforeObjectChangedEventArgs(
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:
AnnBeforeObjectChangedEventArgs(
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 is about to be changed.
changeType
An AnnObjectChangedType value specifying what is to be changed.
designer
The AnnDesigner object 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 BeforeObjectChanged.
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