'Declaration
Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal property As DependencyProperty, _ ByVal oldValue As Date, _ ByVal newValue As Date _ )
public DateTimePropertyChangeEventArgs( RoutedEvent routedEvent, DependencyProperty property, DateTime oldValue, DateTime newValue )
Parameters
- routedEvent
- The System.Windows.RoutedEvent.
- property
- The System.Windows.DependencyProperty.
- oldValue
- The old value of the specified property.
- newValue
- The new value of the specified property.