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


SelectionChangingEventArgs Class
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
Inheritance Hierarchy

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

See Also