Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TopChange Event


In This Topic
    TopChange Event
    In This Topic
    Occurs when the top row changes.
    Syntax
    'Declaration
     
    
    Public Event TopChange As TopChangeEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As TopChangeEventHandler
     
    AddHandler instance.TopChange, handler
    public event TopChangeEventHandler TopChange
    Event Data

    The event handler receives an argument of type TopChangeEventArgs containing data related to this event. The following TopChangeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of the new top row.  
    Gets the index of the previous top row.  
    Gets the index of the viewport row in which the change occurred.  
    See Also