Spread Windows Forms 12.0 Product Documentation
NameChanging Event (TableView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableView Class : NameChanging Event
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
public 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