Spread Windows Forms 12.0 Product Documentation
NameChanging Event (ITableRange)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableRange Interface : NameChanging Event
Occurs when the table name is about to change.
Syntax
'Declaration
 
Event NameChanging As TableNameChangingEventHandler
'Usage
 
Dim instance As ITableRange
Dim handler As TableNameChangingEventHandler
 
AddHandler instance.NameChanging, handler
event TableNameChangingEventHandler NameChanging
Event Data

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

PropertyDescription
Gets the new name.  
See Also