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

AnnAfterObjectChangedEventArgs Constructor (AnnAfterObjectChangedEventArgs)

Show in webframe





An AnnObjectCollection that has a collection of the objects that has been changed.
An AnnObjectChangedType value specifying what has changed.
The AnnDesigner responsible for the change.
Initializes a new instance of the AnnAfterObjectChangedEventArgs class.
Syntax
public AnnAfterObjectChangedEventArgs( 
   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 AnnAfterObjectChangedEventArgs(objects, changeType, designer)

            

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

Parameters

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.
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 AfterObjectChanged.

Requirements

Target Platforms

See Also

Reference

AnnAfterObjectChangedEventArgs Class
AnnAfterObjectChangedEventArgs Members

 

 


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