QueryCursorEventArgs コンストラクター

定義

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

オーバーロード

名前 説明
QueryCursorEventArgs(MouseDevice, Int32)

指定したマウス デバイスと指定したタイムスタンプを使用して、 QueryCursorEventArgs クラスの新しいインスタンスを初期化します。

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

指定したマウス デバイス、タイムスタンプ、スタイラス デバイスを使用して、 QueryCursorEventArgs クラスの新しいインスタンスを初期化します。

QueryCursorEventArgs(MouseDevice, Int32)

指定したマウス デバイスと指定したタイムスタンプを使用して、 QueryCursorEventArgs クラスの新しいインスタンスを初期化します。

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

パラメーター

mouse
MouseDevice

このイベントに関連付けられている論理マウス デバイス。

timestamp
Int32

入力が発生した時刻。

適用対象

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

指定したマウス デバイス、タイムスタンプ、スタイラス デバイスを使用して、 QueryCursorEventArgs クラスの新しいインスタンスを初期化します。

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

パラメーター

mouse
MouseDevice

このイベントに関連付けられている論理マウス デバイス。

timestamp
Int32

入力が発生した時刻。

stylusDevice
StylusDevice

このイベントに関連付けられているスタイラス ポインター。

適用対象