ManipulationStateChangedEventArgs.CurrentState 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.
Obtient l’état actuel après l’événement OnManipulationStateChanged .
public:
property int CurrentState { int get(); };
int CurrentState();
public int CurrentState { get; }
var int32 = manipulationStateChangedEventArgs.currentState;
Public ReadOnly Property CurrentState As Integer
Valeur de propriété
Int32
int
Valeur qui indique l’état actuel. Pour obtenir la liste des valeurs possibles, consultez l’article currentState dans la documentation DOM (Document Object Model) Microsoft Edge sur MSDN.