FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangedEventArgs Class
Members


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.
Syntax
'Declaration
 
Public Class SelectionChangedEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As SelectionChangedEventArgs
Inheritance Hierarchy

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

See Also