Spread Windows Forms 12.0 Product Documentation
SelectionChangedEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SelectionChangedEventArgs Class : SelectionChangedEventArgs Constructor
View that contains the selection
Range of cells encompassing the selection
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

Reference

SelectionChangedEventArgs Class
SelectionChangedEventArgs Members