Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PropertyTrackChangedEventArgs Class / Newvalue Property


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