Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / LeftChange Event


In This Topic
    LeftChange Event
    In This Topic
    Occurs when the left column changes.
    Syntax
    'Declaration
     
    
    Public Event LeftChange As LeftChangeEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As LeftChangeEventHandler
     
    AddHandler instance.LeftChange, handler
    public event LeftChangeEventHandler LeftChange
    Event Data

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

    PropertyDescription
    Gets the index of the viewport column in which the change occurred.  
    Gets the index of the new left column.  
    Gets the index of the previous left column.  
    See Also