Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TablePropertyChangingEventArgs Class / NewValue Property


In This Topic
    NewValue Property (TablePropertyChangingEventArgs)
    In This Topic
    Gets new name.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewValue As Object
    'Usage
     
    
    Dim instance As TablePropertyChangingEventArgs
    Dim value As Object
     
    value = instance.NewValue
    public object NewValue {get;}
    See Also