Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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