Spread Windows Forms 8.0 Product Documentation
ObjectChangedEventArgs Constructor


Occurs when the object has changed.
Syntax
'Declaration
 
Public Function New( _
   ByVal oldLocator As CellRange, _
   ByVal newLocator As CellRange, _
   ByVal activeObject As Object _
)
'Usage
 
Dim oldLocator As CellRange
Dim newLocator As CellRange
Dim activeObject As Object
 
Dim instance As New ObjectChangedEventArgs(oldLocator, newLocator, activeObject)
public ObjectChangedEventArgs( 
   CellRange oldLocator,
   CellRange newLocator,
   object activeObject
)

Parameters

oldLocator
newLocator
activeObject
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

ObjectChangedEventArgs Class
ObjectChangedEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.