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

直前のカスタム プロパティ オブジェクト。

適用対象