StylusButtonEventArgs(StylusDevice, Int32, StylusButton) コンストラクター

定義

StylusButtonEventArgs クラスの新しいインスタンスを初期化します。

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

パラメーター

stylusDevice
StylusDevice

このイベントに関連付ける StylusDevice

timestamp
Int32

イベントが発生した時刻。

button
StylusButton

イベントの発生元の StylusButton

適用対象