PropertyChangedEventArgs Constructor (String^, Object^, Object^)

 

Initializes a new instance of the PropertyChangedEventArgs class.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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.

Return to top
Show: