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

適用対象

こちらもご覧ください