PropertyDataChangedEventArgs Constructor (Guid, Object^, Object^)
.NET Framework (current version)
Initializes a new instance of the PropertyDataChangedEventArgs class.
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
Available since 3.0
Show: