Share via


VisualStateChangedEventArgs.NewState Propiedad

Definición

Obtiene el estado al que cambia el control o ha cambiado a .

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

Valor de propiedad

El estado al que el control cambia o ha cambiado.

Se aplica a