ManipulationStateChangedEventArgs(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ManipulationStateChangedEventArgs class.
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)
Parameters
- current
-
Int32
int
- last
-
Int32
int
- Attributes