ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DateChangedEventArgs Class / OldValue Property

In This Topic
    OldValue Property
    In This Topic
    Gets an old property value.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldValue As System.Date
    public System.DateTime OldValue {get;}
    See Also