VisualStateChangedEventArgs::OldState Property

 

Gets the state that the element is transitioning to or has transitioned from.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property VisualState^ OldState {
	VisualState^ get();
}

Property Value

Type: System.Windows::VisualState^

The state that the element is transitioning to or has transitioned from.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: