Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

AnnBeforeObjectChangedEventArgs Constructor (AnnBeforeObjectChangedEventArgs)






An RasterCollection<AnnObject> that has a collection of the objects that is about to be changed.
An AnnObjectChangedType value specifying what is to be changed.
The AnnDesigner object responsible for the change.
Initializes a new instance of the AnnBeforeObjectChangedEventArgs class.
Syntax
public AnnBeforeObjectChangedEventArgs( 
   RasterCollection<AnnObject> objects,
   AnnObjectChangedType changeType,
   AnnDesigner designer
)
'Declaration
 
Public Function New( _
   ByVal objects As RasterCollection(Of AnnObject), _
   ByVal changeType As AnnObjectChangedType, _
   ByVal designer As AnnDesigner _
)
'Usage
 
Dim objects As RasterCollection(Of AnnObject)
Dim changeType As AnnObjectChangedType
Dim designer As AnnDesigner
 
Dim instance As New AnnBeforeObjectChangedEventArgs(objects, changeType, designer)

            

            
public:
AnnBeforeObjectChangedEventArgs( 
   RasterCollection<AnnObject^>^ objects,
   AnnObjectChangedType changeType,
   AnnDesigner^ designer
)

Parameters

objects
An RasterCollection<AnnObject> 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.
Remarks
The designer should be null (Nothing in Visual Basic) unless the changeType is AnnObjectChangedType.DesignerDraw or AnnObjectChangedType.DesignerEdit.
Example
For an example, refer to BeforeObjectChanged.
Requirements

Target Platforms

See Also

Reference

AnnBeforeObjectChangedEventArgs Class
AnnBeforeObjectChangedEventArgs Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)