Spread Windows Forms 15.0
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
    public string NewName {get;}
    See Also