Initializes a new instance of the DateTimePropertyChangeEventArgs
class with the specified dependency property, old and new DateTime value.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public DateTimePropertyChangeEventArgs( DependencyProperty property, DateTime oldValue, DateTime newValue ) |
Visual Basic |
---|
Public Sub New ( _ property As DependencyProperty, _ oldValue As DateTime, _ newValue As DateTime _ ) |
Parameters
- property
- Type: System.Windows..::..DependencyProperty
The DependencyProperty.
- oldValue
- Type: System..::..DateTime
The old value of the specified property.
- newValue
- Type: System..::..DateTime
The new value of the specified property.