VisualStateChangedEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The VisualStateChangedEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Control Gets the Control that is transitioning states.
Public propertySupported by Silverlight for Windows Phone NewState Gets the state the Control is transitioning to or has transitioned to.
Public propertySupported by Silverlight for Windows Phone OldState Gets the state the Control is transitioning from or has transitioned from.

Top