Spread Windows Forms 12.0 Product Documentation
ItemChanging Event


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableRangeManager Interface : ItemChanging Event
Occurs when an item is going to change.
Syntax
'Declaration
 
Event ItemChanging As TableItemChangingEventHandler
'Usage
 
Dim instance As ITableRangeManager
Dim handler As TableItemChangingEventHandler
 
AddHandler instance.ItemChanging, handler
event TableItemChangingEventHandler ItemChanging
Event Data

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

PropertyDescription
Gets the column.  
Gets the number of columns.  
Gets the row.  
Gets the number of rows.  
Gets the ITableRange object.  
Gets the TableItemChangeEventType.  
See Also