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

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