[]
Initializes a new instance of the DateTimePropertyChangeEventArgs class with the specified routed event, dependency property, old and new DateTime value.
public DateTimePropertyChangeEventArgs(RoutedEvent routedEvent, DependencyProperty property, DateTime oldValue, DateTime newValue)
Public Sub New(routedEvent As RoutedEvent, [property] As DependencyProperty, oldValue As Date, newValue As Date)
| Type | Name | Description |
|---|---|---|
| RoutedEvent | routedEvent | The RoutedEvent. |
| DependencyProperty | property | The DependencyProperty. |
| DateTime | oldValue | The old value of the specified property. |
| DateTime | newValue | The new value of the specified property. |