'Declaration
Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal property As DependencyProperty, _ ByVal oldValue As Nullable(Of Date), _ ByVal newValue As Nullable(Of Date) _ )
public NullableDateTimePropertyChangeEventArgs( RoutedEvent routedEvent, DependencyProperty property, Nullable<DateTime> oldValue, Nullable<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.