Spread for ASP.NET 12 Product Documentation
Changing Event


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > INotifySheetAxisModelChanging Interface : Changing Event
Occurs before the axis model is changed.
Syntax
'Declaration
 
Event Changing As SheetAxisModelChangingEventHandler
'Usage
 
Dim instance As INotifySheetAxisModelChanging
Dim handler As SheetAxisModelChangingEventHandler
 
AddHandler instance.Changing, handler
Event Data

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

PropertyDescription
Gets the number of items being affected. (Inherited from FarPoint.Web.Spread.Model.SheetAxisModelEventArgs)
Gets the current value of the Axis instance's Size property.  
Gets the current value of the Axis instance's Visible property.  
Gets the index where the event happens. (Inherited from FarPoint.Web.Spread.Model.SheetAxisModelEventArgs)
Gets a value that indicates whether the row layout or column layout has changed.  
Gets the current value of the Axis instance's Size property.  
Gets the new value of the Axis instance's Visible property.  
Gets the event type. (Inherited from FarPoint.Web.Spread.Model.SheetAxisModelEventArgs)
See Also