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

イベントのインスタンスのあいまいさを解消するためのタイムスタンプ。

適用対象