VisualStateGroup::CurrentStateChanged Event

 

Occurs after a control transitions to a different state.

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

public:
event EventHandler<VisualStateChangedEventArgs^>^ CurrentStateChanged {
	void add(EventHandler<VisualStateChangedEventArgs^>^ value);
	void remove(EventHandler<VisualStateChangedEventArgs^>^ value);
}

This event occurs after the control transitions to a new state and the CurrentStateChanging event occurs.

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