ManipulationStateChangedEventArgs(Int32, Int32) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da 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)
Parâmetros
- current
-
Int32
int
- last
-
Int32
int
- Atributos