Spread Windows Forms 12.0 Product Documentation
NameChanged Event (TableView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableView Class : NameChanged Event
Occurs when name of the table changed.
Syntax
'Declaration
 
Public Event NameChanged As TableNameChangedEventHandler
'Usage
 
Dim instance As TableView
Dim handler As TableNameChangedEventHandler
 
AddHandler instance.NameChanged, handler
public 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