Spread Windows Forms 12.0 Product Documentation
NameChanged Event (ITableRange)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableRange Interface : NameChanged Event
Occurs when the table name is changed.
Syntax
'Declaration
 
Event NameChanged As TableNameChangedEventHandler
'Usage
 
Dim instance As ITableRange
Dim handler As TableNameChangedEventHandler
 
AddHandler instance.NameChanged, handler
event TableNameChangedEventHandler NameChanged
Event Data

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

PropertyDescription
Gets the old name.  
See Also