VisualStateChangedEventArgs Properties
.NET Framework 4.5
The VisualStateChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Control | Gets the element that is transitioning states. |
|
NewState | Gets the state that the element is transitioning to or has transitioned to. |
|
OldState | Gets the state that the element is transitioning to or has transitioned from. |
|
StateGroupsRoot | Gets the root element that contains the VisualStateManager. |