[]
        
(Showing Draft Content)

C1.WPF.Schedule.NullableDateTimePropertyChangeEventArgs.-ctor

NullableDateTimePropertyChangeEventArgs Constructor

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.

Declaration
public NullableDateTimePropertyChangeEventArgs(RoutedEvent routedEvent, DependencyProperty property, DateTime? oldValue, DateTime? newValue)
Parameters
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.