VisualStateChangedEventArgs.NewState Property

Definition

Gets the state the Control is changing to or has changed to.

public:
 property VisualState ^ NewState { VisualState ^ get(); void set(VisualState ^ value); };
VisualState NewState();

void NewState(VisualState value);
public VisualState NewState { get; set; }
var visualState = visualStateChangedEventArgs.newState;
visualStateChangedEventArgs.newState = visualState;
Public Property NewState As VisualState

Property Value

The state the Control is changing to or has changed to.

Applies to