ManipulationStateChangedEventArgs(Int32, Int32) 构造函数

定义

初始化 ManipulationStateChangedEventArgs 类的新实例。

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)

参数

current
System.Int32
last
System.Int32
属性

适用于