QueryCursorEventArgs Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
QueryCursorEventArgs(MouseDevice, Int32)

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

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

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

QueryCursorEventArgs(MouseDevice, Int32)

Belirtilen fare cihazını ve belirtilen zaman damgasını kullanarak sınıfının yeni bir örneğini QueryCursorEventArgs 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 oluştuğu zaman.

Şunlara uygulanır

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Belirtilen fare cihazı, zaman damgası ve ekran kalemi cihazını kullanarak sınıfının yeni bir örneğini QueryCursorEventArgs 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 oluştuğu zaman.

stylusDevice
StylusDevice

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

Şunlara uygulanır