ModelChangeInfo Class
Contains data for detailed model change information.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | ModelChangeInfo() | Initializes a new instance of the ModelChangeInfo class. |
| Name | Description | |
|---|---|---|
![]() | Key | Gets the key model item if it's a dictionary change. |
![]() | ModelChangeType | Gets the model change type. |
![]() | OldValue | Gets the old value if it's a property change or a dictionary value change. |
![]() | PropertyName | Gets the property name if it's a property change. |
![]() | Subject | Gets the model item where a model change happens. |
![]() | Value | Gets the object that is been added/removed or the new value if it's a property change. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


