ManipulationStateChangedEventArgs(Int32, Int32) Constructeur
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.
Initialise une nouvelle instance de la classe ManipulationStateChangedEventArgs .
public:
ManipulationStateChangedEventArgs(int current, int last);
/// [Windows.Foundation.Metadata.Overload("CreateInstance1")]
ManipulationStateChangedEventArgs(int const& current, int const& last);
[Windows.Foundation.Metadata.Overload("CreateInstance1")]
public ManipulationStateChangedEventArgs(int current, int last);
function ManipulationStateChangedEventArgs(current, last)
Public Sub New (current As Integer, last As Integer)
Paramètres
- current
-
Int32
int
- last
-
Int32
int
- Attributs