Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / LeftChange Event


LeftChange Event
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
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