Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TopChangeEventArgs Class
Members


In This Topic
    TopChangeEventArgs Class
    In This Topic
    Represents the event data for the TopChange event in the Spread component, which occurs when the top row changes.
    Syntax
    'Declaration
     
    
    Public Class TopChangeEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As TopChangeEventArgs
    public class TopChangeEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.TopChangeEventArgs

    See Also