'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.
Property | Description |
---|---|
OldName | Gets the old name. |
See Also