FarPoint.Win.Spread
SelectionChangingEventArgs Class
Members  See Also 
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



Syntax

Visual Basic (Declaration) 
Public Class SelectionChangingEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As SelectionChangingEventArgs
C# 
public class SelectionChangingEventArgs : EventArgs 

Inheritance Hierarchy

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

See Also