Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangedEventArgs Class / SelectionChangedEventArgs Constructor
View that contains the selection
Range of cells encompassing the selection


In This Topic
    SelectionChangedEventArgs Constructor
    In This Topic
    Creates a new object with the SelectionChanged event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal view As SpreadView, _
       ByVal cellRange As CellRange _
    )
    'Usage
     
    
    Dim view As SpreadView
    Dim cellRange As CellRange
     
    Dim instance As New SelectionChangedEventArgs(view, cellRange)
    public SelectionChangedEventArgs( 
       SpreadView view,
       CellRange cellRange
    )

    Parameters

    view
    View that contains the selection
    cellRange
    Range of cells encompassing the selection
    See Also