VisualStateChangedEventArgs.OldState Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property VisualState ^ OldState { VisualState ^ get(); void set(VisualState ^ value); };
VisualState OldState();
void OldState(VisualState value);
public VisualState OldState { get; set; }
var visualState = visualStateChangedEventArgs.oldState;
visualStateChangedEventArgs.oldState = visualState;
Public Property OldState As VisualState
Valeur de propriété
État à partir duquel le contrôle change ou à partir duquel il a changé.