Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / NameChanging Event


NameChanging Event (TableView)
Occurs when name of the table is about to change.
Syntax
'Declaration
 
Public Event NameChanging As TableNameChangingEventHandler
 
'Usage
 
Dim instance As TableView
Dim handler As TableNameChangingEventHandler
 
AddHandler instance.NameChanging, handler
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