StylusDownEventArgs(StylusDevice, Int32) 构造函数

定义

初始化 StylusDownEventArgs 类的新实例。

public:
 StylusDownEventArgs(System::Windows::Input::StylusDevice ^ stylusDevice, int timestamp);
public StylusDownEventArgs (System.Windows.Input.StylusDevice stylusDevice, int timestamp);
new System.Windows.Input.StylusDownEventArgs : System.Windows.Input.StylusDevice * int -> System.Windows.Input.StylusDownEventArgs
Public Sub New (stylusDevice As StylusDevice, timestamp As Integer)

参数

stylusDevice
StylusDevice

与事件关联的设备实例。

timestamp
Int32

用于消除事件实例歧义的时间戳。

适用于