VisualStateGroup.CurrentStateChanging Événement
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.
Se produit lorsqu'un contrôle commence à passer à un état différent.
public:
event EventHandler<System::Windows::VisualStateChangedEventArgs ^> ^ CurrentStateChanging;
public event EventHandler<System.Windows.VisualStateChangedEventArgs> CurrentStateChanging;
member this.CurrentStateChanging : EventHandler<System.Windows.VisualStateChangedEventArgs>
Public Custom Event CurrentStateChanging As EventHandler(Of VisualStateChangedEventArgs)
Public Event CurrentStateChanging As EventHandler(Of VisualStateChangedEventArgs)
Type d'événement
Remarques
L’événement se produit lorsque le contrôle commence à passer à des états. Si un VisualTransition est appliqué au changement d’état, cet événement se produit lorsque la transition commence. Si un VisualTransition n’est pas appliqué, cet événement se produit après la transition du contrôle vers le nouvel état, mais avant l’événement CurrentStateChanged .