ComponentOne Calendar for UWP
DateChangedEventArgs Constructor

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > DateChangedEventArgs Class : DateChangedEventArgs Constructor
The old value of the specified property.
The new value of the specified property.
Initializes a new instance of the DateChangedEventArgs class with the specified old and new DateTime values.
Syntax
'Declaration
 
Public Function New( _
   ByVal oldValue As System.Date, _
   ByVal newValue As System.Date _
)
public DateChangedEventArgs( 
   System.DateTime oldValue,
   System.DateTime newValue
)

Parameters

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

Reference

DateChangedEventArgs Class
DateChangedEventArgs Members