PropertyDataChangedEventArgs(Guid, Object, Object) Constructor

Definition

Initializes a new instance of the PropertyDataChangedEventArgs class.

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)

Parameters

propertyGuid
Guid

The Guid of the custom property which changed.

newValue
Object

The new custom property object.

previousValue
Object

The previous custom property object.

Applies to