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


In This Topic
    SelectionChangingEventArgs Class
    In This Topic
    Represents the event data for the SelectionChanging event for the Spread component, which occurs when the user is selecting another range of cells.
    Syntax
    'Declaration
     
    
    Public Class SelectionChangingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As SelectionChangingEventArgs
    public class SelectionChangingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.SelectionChangingEventArgs

    See Also