Initializes a new instance of the
DateTimePropertyChangeEventArgs class with the specified routed event, dependency property, old and new DateTime value.
シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.RoutedEvent, _
ByVal As System.Windows.DependencyProperty, _
ByVal As System.Nullable(Of Date), _
ByVal As System.Nullable(Of Date) _
)
public NullableDateTimePropertyChangeEventArgs(
System.Windows.RoutedEvent ,
System.Windows.DependencyProperty ,
System.Nullable<DateTime> ,
System.Nullable<DateTime>
)
パラメータ
- routedEvent
- The System.Windows.RoutedEvent.
- property
- The System.Windows.DependencyProperty.
- oldValue
- The old value of the specified property.
- newValue
- The new value of the specified property.
参照