Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DateTimePropertyChangeEventArgs Class / DateTimePropertyChangeEventArgs 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
    DateTimePropertyChangeEventArgs 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 Date, _
       ByVal newValue As Date _
    )
    public DateTimePropertyChangeEventArgs( 
       RoutedEvent routedEvent,
       DependencyProperty property,
       DateTime oldValue,
       DateTime newValue
    )

    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