PropertyChangedEventArgs Constructor (String^, Object^, Object^)
Visual Studio 2015
Initializes a new instance of the PropertyChangedEventArgs class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public:
PropertyChangedEventArgs(
String^ propertyName,
Object^ oldValue,
Object^ newValue
)
Parameters
- propertyName
-
Type:
System::String^
The name of the property.
- oldValue
-
Type:
System::Object^
The old value of the property.
- newValue
-
Type:
System::Object^
The new value of the property.
Show: