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


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