PropertyDataChangedEventArgs Constructor (Guid, Object^, Object^)

 

Initializes a new instance of the PropertyDataChangedEventArgs class.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

public:
PropertyDataChangedEventArgs(
	Guid propertyGuid,
	Object^ newValue,
	Object^ previousValue
)

Parameters

propertyGuid
Type: System::Guid

The Guid of the custom property which changed.

newValue
Type: System::Object^

The new custom property object.

previousValue
Type: System::Object^

The previous custom property object.

.NET Framework
Available since 3.0
Return to top
Show: