Spread Windows Forms 12.0 Product Documentation
SelectionChangedEventArgs Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SelectionChangedEventArgs Class
Represents the event data for the SelectionChanged event for the Spread component, which occurs when the user has changed the selection by selecting another range of cells.
Object Model
SelectionChangedEventArgs ClassCellRange ClassSpreadView Class
Syntax
'Declaration
 
Public Class SelectionChangedEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As SelectionChangedEventArgs
public class SelectionChangedEventArgs : System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.SelectionChangedEventArgs

See Also

Reference

SelectionChangedEventArgs Members
FarPoint.Win.Spread Namespace
SelectionChanged Event

User-Task Documentation

Customizing User Selection of Data
Managing Events from User Actions