Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetAxisModel Interface / Changed Event


Changed Event (ISheetAxisModel)
Occurs when the axis model has changed.
Syntax
'Declaration
 
Event Changed As SheetAxisModelEventHandler
 
'Usage
 
Dim instance As ISheetAxisModel
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