ViewStateChangedEventArgs Class
Provides an object formatted to serve as an event argument containing the information about the changed view state.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | ViewStateChangedEventArgs(ModelItem^, String^, Object^, Object^) | Creates a new instance of the ViewStateChangedEventArgs class with a specified parent model item and its key/value pair with the old and the new values. |
| Name | Description | |
|---|---|---|
![]() | Key | Gets an attribute key name in a specified view element. |
![]() | NewValue | Gets the new value for the key in the current attribute key/value pair. |
![]() | OldValue | Gets the old value of the key in the current attribute key/value pair. |
![]() | ParentModelItem | Gets an item in the activity designer model that serves as a parent item in the XAML view of the model. |
| 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.) |
View state changes are changes made to a workflow that impact layout, such as positioning an element in a flowchart, or expanding and collapsing a container in a sequence.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


