[]
        
(Showing Draft Content)

C1.WPF.Schedule.DateTimePropertyChangeEventArgs.-ctor

DateTimePropertyChangeEventArgs Constructor

DateTimePropertyChangeEventArgs(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 DateTimePropertyChangeEventArgs(RoutedEvent routedEvent, DependencyProperty property, DateTime oldValue, DateTime newValue)
Parameters
Type Name Description
RoutedEvent routedEvent

The RoutedEvent.

DependencyProperty property

The System.Windows.DependencyProperty.

DateTime oldValue

The old value of the specified property.

DateTime newValue

The new value of the specified property.