Share via


ManipulationStateChangedEventArgs(Int32, Int32) Constructor

Definition

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

Applies to