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.Date, _
ByVal As System.Date _
)
public DateTimePropertyChangeEventArgs(
System.Windows.RoutedEvent ,
System.Windows.DependencyProperty ,
System.DateTime ,
System.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.
参照