[]
The NullableDateTimePropertyChangeEventArgs class describes routed event data for the nullable DateTime property changing events.
public class NullableDateTimePropertyChangeEventArgs : PropertyChangeEventArgsBase
Name | Description |
---|---|
NullableDateTimePropertyChangeEventArgs(RoutedEvent, DependencyProperty, DateTime?, DateTime?) | Initializes a new instance of the DateTimePropertyChangeEventArgs class with the specified routed event, dependency property, old and new DateTime value. |
Name | Description |
---|---|
NewValue | Gets a new property value. |
OldValue | Gets an old property value. |