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


ChangeEventArgs Class
Represents the event data for the Change event for the Spread component, which occurs when a cell changes.
Syntax
'Declaration
 
Public Class ChangeEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As ChangeEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ChangeEventArgs

See Also