Initializes a new instance of the DateChangedEventArgs class with the specified old and new DateTime values.

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)

Syntax

C#
public DateChangedEventArgs(
	DateTime oldValue,
	DateTime newValue
)
Visual Basic
Public Sub New ( _
	oldValue As DateTime, _
	newValue As DateTime _
)

Parameters

oldValue
Type: System..::..DateTime
The old value of the specified property.
newValue
Type: System..::..DateTime
The new value of the specified property.

See Also