This documentation is archived and is not being maintained.
ViewStateChangedEventArgs Class
Visual Studio 2010
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)
The ViewStateChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ViewStateChangedEventArgs | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
