ComponentOne Scheduler for WPF and Silverlight
NullableDateTimePropertyChangeEventArgs Constructor

C1.WPF.Schedule Namespace > NullableDateTimePropertyChangeEventArgs Class : NullableDateTimePropertyChangeEventArgs Constructor
The System.Windows.RoutedEvent.
The System.Windows.DependencyProperty.
The old value of the specified property.
The new value of the specified property.
Initializes a new instance of the DateTimePropertyChangeEventArgs class with the specified routed event, dependency property, old and new DateTime value.
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As System.Windows.RoutedEvent, _
   ByVal property As System.Windows.DependencyProperty, _
   ByVal oldValue As System.Nullable(Of Date), _
   ByVal newValue As System.Nullable(Of Date) _
)
public NullableDateTimePropertyChangeEventArgs( 
   System.Windows.RoutedEvent routedEvent,
   System.Windows.DependencyProperty property,
   System.Nullable<DateTime> oldValue,
   System.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.
See Also

Reference

NullableDateTimePropertyChangeEventArgs Class
NullableDateTimePropertyChangeEventArgs Members