Share via


QueryCursorEventArgs Oluşturucular

Tanım

QueryCursorEventArgs sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

QueryCursorEventArgs(MouseDevice, Int32)

Belirtilen fare cihazını ve belirtilen zaman damgasını QueryCursorEventArgs kullanarak sınıfının yeni bir örneğini başlatır.

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Belirtilen fare cihazını, zaman damgasını QueryCursorEventArgs ve ekran kalemini kullanarak sınıfının yeni bir örneğini başlatır.

QueryCursorEventArgs(MouseDevice, Int32)

Belirtilen fare cihazını ve belirtilen zaman damgasını QueryCursorEventArgs kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

mouse
MouseDevice

Bu olayla ilişkili mantıksal fare cihazı.

timestamp
Int32

Girişin gerçekleştiği zaman.

Şunlara uygulanır

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Belirtilen fare cihazını, zaman damgasını QueryCursorEventArgs ve ekran kalemini kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

mouse
MouseDevice

Bu olayla ilişkili mantıksal fare cihazı.

timestamp
Int32

Girişin gerçekleştiği zaman.

stylusDevice
StylusDevice

Bu olayla ilişkili ekran kalemi işaretçisi.

Şunlara uygulanır