PropertyChangedEventArgs(String, Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PropertyChangedEventArgs class.
public:
PropertyChangedEventArgs(System::String ^ propertyName, System::Object ^ oldValue, System::Object ^ newValue);
public PropertyChangedEventArgs (string propertyName, object oldValue, object newValue);
new Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgs : string * obj * obj -> Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgs
Public Sub New (propertyName As String, oldValue As Object, newValue As Object)
Parameters
- propertyName
- String
The name of the property.
- oldValue
- Object
The old value of the property.
- newValue
- Object
The new value of the property.