Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / TableItemNameChangingEventArgs Class / NewName Property


In This Topic
NewName Property (TableItemNameChangingEventArgs)
In This Topic
Gets the new name.
Syntax
'Declaration
 
Public ReadOnly Property NewName As String
 
'Usage
 
Dim instance As TableItemNameChangingEventArgs
Dim value As String
 
value = instance.NewName
See Also