Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangedEventArgs Class
Members


In This Topic
    SelectionChangedEventArgs Class
    In This Topic
    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
    public class SelectionChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also