Spread Windows Forms 6.0 Product Documentation
ObjectChangedEventArgs Constructor
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > ObjectChangedEventArgs Class : ObjectChangedEventArgs Constructor


oldLocator
newLocator
activeObject

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal oldLocator As CellRange, _
   ByVal newLocator As CellRange, _
   ByVal activeObject As Object _
)
Visual Basic (Usage)Copy Code
Dim oldLocator As CellRange
Dim newLocator As CellRange
Dim activeObject As Object
 
Dim instance As New ObjectChangedEventArgs(oldLocator, newLocator, activeObject)
C# 
public ObjectChangedEventArgs( 
   CellRange oldLocator,
   CellRange newLocator,
   object activeObject
)

Parameters

oldLocator
newLocator
activeObject

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.