Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft