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

上一个自定义属性对象。

适用于