Spread for ASP.NET 12 Product Documentation
Changed Event (BaseSheetAxisModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > BaseSheetAxisModel Class : Changed Event
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
public event SheetAxisModelEventHandler Changed
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