Scheduler for WPF
DateTimePropertyChangeEventArgs コンストラクタ

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 > DateTimePropertyChangeEventArgs クラス : DateTimePropertyChangeEventArgs コンストラクタ
System.Windows.RoutedEvent
System.Windows.DependencyProperty
指定されたプロパティの元の値。
指定されたプロパティの新しい値。
指定されたルーティングイベント、依存プロパティ、新旧の DateTime 値を使用して、 DateTimePropertyChangeEventArgsクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal routedEvent As System.Windows.RoutedEvent, _
   ByVal property As System.Windows.DependencyProperty, _
   ByVal oldValue As System.Date, _
   ByVal newValue As System.Date _
)
public DateTimePropertyChangeEventArgs( 
   System.Windows.RoutedEvent routedEvent,
   System.Windows.DependencyProperty property,
   System.DateTime oldValue,
   System.DateTime newValue
)

パラメータ

routedEvent
System.Windows.RoutedEvent
property
System.Windows.DependencyProperty
oldValue
指定されたプロパティの元の値。
newValue
指定されたプロパティの新しい値。
参照

DateTimePropertyChangeEventArgs クラス
DateTimePropertyChangeEventArgs メンバ