Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetAxisModel Class / Changed Event


Changed Event (BaseSheetAxisModel)
Occurs when the user makes a change to the model that affects the axis (row or column) of the sheet.
Syntax
'Declaration
 
Public Event Changed As SheetAxisModelEventHandler
 
'Usage
 
Dim instance As BaseSheetAxisModel
Dim handler As SheetAxisModelEventHandler
 
AddHandler instance.Changed, handler
Event Data

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

PropertyDescription
Gets the number of items being affected.  
Gets the index where the event happens.  
Gets the event type.  
See Also