DependencyPropertyChangedEventArgs(DependencyProperty, Object, Object) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DependencyPropertyChangedEventArgs 類別的新執行個體。
public:
DependencyPropertyChangedEventArgs(System::Windows::DependencyProperty ^ property, System::Object ^ oldValue, System::Object ^ newValue);
public DependencyPropertyChangedEventArgs (System.Windows.DependencyProperty property, object oldValue, object newValue);
new System.Windows.DependencyPropertyChangedEventArgs : System.Windows.DependencyProperty * obj * obj -> System.Windows.DependencyPropertyChangedEventArgs
Public Sub New (property As DependencyProperty, oldValue As Object, newValue As Object)
參數
- property
- DependencyProperty
變更之相依性屬性的識別項。
- oldValue
- Object
在相關事件或狀態變更報告變更之前的屬性值。
- newValue
- Object
在相關事件或狀態變更報告變更之後的屬性值。
備註
報告相依性屬性變更之自訂事件的實作者,應該使用此建構函式在引發事件時填入事件資料的特定變更。