Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / NullableDateTimePropertyChangeEventArgs Class / OldValue Property

In This Topic
    OldValue Property (NullableDateTimePropertyChangeEventArgs)
    In This Topic
    Gets an old property value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldValue As Nullable(Of Date)
    public Nullable<DateTime> OldValue {get;}
    See Also