'Declaration
Public Function New( _
ByVal property As System.Windows.DependencyProperty, _
ByVal oldValue As System.Date, _
ByVal newValue As System.Date _
)
public DateTimePropertyChangeEventArgs(
System.Windows.DependencyProperty property,
System.DateTime oldValue,
System.DateTime newValue
)