Share via


ManipulationStateChangedEventArgs(Int32, Int32) Constructor

Definition

Initializes a new instance of the ManipulationStateChangedEventArgs class.

public:
 ManipulationStateChangedEventArgs(int current, int last);
 ManipulationStateChangedEventArgs(int current, int 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
System.Int32
last
System.Int32
Attributes

Applies to