PropertyChangedEventArgs Class
Visual Studio 2015
A general property changed EventArgs used to notify shapes of both IMS property changes as well as CLR property changes.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
System::Object
System::EventArgs
System.ComponentModel::PropertyChangedEventArgs
Microsoft.VisualStudio.Modeling.Diagrams::PropertyChangedEventArgs
System::EventArgs
System.ComponentModel::PropertyChangedEventArgs
Microsoft.VisualStudio.Modeling.Diagrams::PropertyChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | PropertyChangedEventArgs(String^, Object^, Object^) | Initializes a new instance of the PropertyChangedEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | NewValue | Gets the new value of the property. |
![]() | OldValue | Gets the old value of the property. |
![]() | PropertyName | (Inherited from PropertyChangedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


