Initializes a new instance of the DateChangedEventArgs
class with the specified old and new DateTime values.
Namespace:
C1.Xaml.CalendarAssembly: C1.Xaml.Calendar (in C1.Xaml.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.