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

與這個事件相關聯的手寫筆點。

適用於