Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / NullableDateTimePropertyChangeEventArgs Class / NullableDateTimePropertyChangeEventArgs Constructor
The System.Windows.RoutedEvent.
The System.Windows.DependencyProperty.
The old value of the specified property.
The new value of the specified property.

In This Topic
    NullableDateTimePropertyChangeEventArgs Constructor
    In This Topic
    Initializes a new instance of the DateTimePropertyChangeEventArgs class with the specified routed event, dependency property, old and new DateTime value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal routedEvent As RoutedEvent, _
       ByVal property As DependencyProperty, _
       ByVal oldValue As Nullable(Of Date), _
       ByVal newValue As Nullable(Of Date) _
    )

    Parameters

    routedEvent
    The System.Windows.RoutedEvent.
    property
    The System.Windows.DependencyProperty.
    oldValue
    The old value of the specified property.
    newValue
    The new value of the specified property.
    See Also