C1.Silverlight.Schedule.5
DateTimePropertyChangeEventArgs Constructor

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 dependency property, old and new DateTime value.
Syntax
'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
)

Parameters

property
The System.Windows.DependencyProperty.
oldValue
The old value of the specified property.
newValue
The new value of the specified property.
See Also

Reference

DateTimePropertyChangeEventArgs Class
DateTimePropertyChangeEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.