Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChangeEventArgs Class
Members


In This Topic
    ChangeEventArgs Class
    In This Topic
    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
    public class ChangeEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also