StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) 构造函数

定义

初始化 StylusSystemGestureEventArgs 类的新实例。

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

参数

stylusDevice
StylusDevice

要与事件关联的 StylusDevice

timestamp
Int32

事件发生的时间。

systemGesture
SystemGesture

引发事件的 SystemGesture

适用于

另请参阅