VisualStateChangedEventArgs.NewState Property

Definition

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

public:
 property System::Windows::VisualState ^ NewState { System::Windows::VisualState ^ get(); };
public System.Windows.VisualState NewState { get; }
member this.NewState : System.Windows.VisualState
Public ReadOnly Property NewState As VisualState

Property Value

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

Applies to