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

適用於

另請參閱