Spread Windows Forms 12.0 Product Documentation
Changed Event (ISheetAxisModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ISheetAxisModel Interface : Changed Event
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