C1.WPF.Schedule Namespace > NullableDateTimePropertyChangeEventArgs Class : NullableDateTimePropertyChangeEventArgs Constructor |
'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 )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2