LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

AnnBeforeObjectChangedEventArgs Constructor (AnnBeforeObjectChangedEventArgs)

Show in webframe





An AnnObjectCollection 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( 
   AnnObjectCollection objects,
   AnnObjectChangedType changeType,
   AnnDesigner designer
)
'Declaration
 
Public Function New( _
   ByVal objects As AnnObjectCollection, _
   ByVal changeType As AnnObjectChangedType, _
   ByVal designer As AnnDesigner _
)
'Usage
 
Dim objects As AnnObjectCollection
Dim changeType As AnnObjectChangedType
Dim designer As AnnDesigner
 
Dim instance As New AnnBeforeObjectChangedEventArgs(objects, changeType, designer)

            

            
public:
AnnBeforeObjectChangedEventArgs( 
   AnnObjectCollection^ objects,
   AnnObjectChangedType changeType,
   AnnDesigner^ designer
)

Parameters

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.
Remarks
The designer should be null (Nothing in Visual Basic) unless the changeType is AnnObjectChangedType.DesignerDraw or AnnObjectChangedType.DesignerEdit.
Example

For C#/VB examples, refer to BeforeObjectChanged.

Requirements

Target Platforms

See Also

Reference

AnnBeforeObjectChangedEventArgs Class
AnnBeforeObjectChangedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.