Spread Windows Forms 12.0 Product Documentation
SelectionChangingEventArgs Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : 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.
Object Model
SelectionChangingEventArgs ClassCellRange ClassSpreadView Class
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

Reference

SelectionChangingEventArgs Members
FarPoint.Win.Spread Namespace
SelectionChanging Event

User-Task Documentation

Customizing User Selection of Data
Managing Events from User Actions