MouseEventArgs コンストラクター

定義

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

オーバーロード

MouseEventArgs(MouseDevice, Int32)

指定した MouseDevice とタイムスタンプを使用する MouseEventArgs クラスの新しいインスタンスを初期化します。

MouseEventArgs(MouseDevice, Int32, StylusDevice)

指定した MouseEventArgs、タイムスタンプ、および MouseDevice を使用する StylusDevice クラスの新しいインスタンスを初期化します。

MouseEventArgs(MouseDevice, Int32)

指定した MouseDevice とタイムスタンプを使用する MouseEventArgs クラスの新しいインスタンスを初期化します。

public:
 MouseEventArgs(System::Windows::Input::MouseDevice ^ mouse, int timestamp);
public MouseEventArgs (System.Windows.Input.MouseDevice mouse, int timestamp);
new System.Windows.Input.MouseEventArgs : System.Windows.Input.MouseDevice * int -> System.Windows.Input.MouseEventArgs
Public Sub New (mouse As MouseDevice, timestamp As Integer)

パラメーター

mouse
MouseDevice

このイベントに関連付けられたマウス デバイス。

timestamp
Int32

入力が発生した時刻。

適用対象

MouseEventArgs(MouseDevice, Int32, StylusDevice)

指定した MouseEventArgs、タイムスタンプ、および MouseDevice を使用する StylusDevice クラスの新しいインスタンスを初期化します。

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

パラメーター

mouse
MouseDevice

このイベントに関連付けられたマウス デバイス。

timestamp
Int32

入力が発生した時刻。

stylusDevice
StylusDevice

このイベントに関連付けられた論理スタイラス デバイス。

適用対象