指定されたルーティングイベント、依存プロパティ、新旧の DateTime 値を使用して、
DateTimePropertyChangeEventArgsクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
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
- System.Windows.RoutedEvent。
- property
- System.Windows.DependencyProperty。
- oldValue
- 指定されたプロパティの元の値。
- newValue
- 指定されたプロパティの新しい値。
参照