Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TableChanged Event


TableChanged Event
Occurs when the table changes.
Syntax
'Declaration
 
Public Event TableChanged As TableChangedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As TableChangedEventHandler
 
AddHandler instance.TableChanged, handler
Event Data

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

PropertyDescription
Gets an ITableRange object.  
Gets the TableChangeType.  
See Also