PropertyDataChangedEventArgs(Guid, Object, Object) 建構函式

定義

初始化 PropertyDataChangedEventArgs 類別的新執行個體。

public:
 PropertyDataChangedEventArgs(Guid propertyGuid, System::Object ^ newValue, System::Object ^ previousValue);
public PropertyDataChangedEventArgs (Guid propertyGuid, object newValue, object previousValue);
new System.Windows.Ink.PropertyDataChangedEventArgs : Guid * obj * obj -> System.Windows.Ink.PropertyDataChangedEventArgs
Public Sub New (propertyGuid As Guid, newValue As Object, previousValue As Object)

參數

propertyGuid
Guid

已變更之自訂屬性的 Guid

newValue
Object

新的自訂屬性物件。

previousValue
Object

先前的自訂屬性物件。

適用於