Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / TableNameChangingEventArgs Class / NewName Property


In This Topic
    NewName Property (TableNameChangingEventArgs)
    In This Topic
    Gets the new name.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewName As String
    'Usage
     
    
    Dim instance As TableNameChangingEventArgs
    Dim value As String
     
    value = instance.NewName
    public string NewName {get;}
    See Also