Spread Windows Forms 13.0 Product Documentation
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.
    Object Model
    TopChangeEventArgs Class
    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