[]
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)
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. |