Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ObjectChangedEventArgs Class / ObjectChangedEventArgs Constructor


In This Topic
    ObjectChangedEventArgs Constructor
    In This Topic
    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
    See Also