Aracılığıyla paylaş


MouseEventArgs Oluşturucular

Tanım

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

Aşırı Yüklemeler

MouseEventArgs(MouseDevice, Int32)

Belirtilen MouseDevice ve zaman damgasını kullanarak MouseEventArgs sınıfının yeni bir örneğini başlatır.

MouseEventArgs(MouseDevice, Int32, StylusDevice)

Belirtilen MouseDevice, zaman damgası ve StylusDevicekullanarak MouseEventArgs sınıfının yeni bir örneğini başlatır.

MouseEventArgs(MouseDevice, Int32)

Belirtilen MouseDevice ve zaman damgasını kullanarak MouseEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

mouse
MouseDevice

Bu olayla ilişkili fare cihazı.

timestamp
Int32

Girişin oluştuğu zaman.

Şunlara uygulanır

MouseEventArgs(MouseDevice, Int32, StylusDevice)

Belirtilen MouseDevice, zaman damgası ve StylusDevicekullanarak MouseEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

mouse
MouseDevice

Bu olayla ilişkili fare cihazı.

timestamp
Int32

Girişin oluştuğu zaman.

stylusDevice
StylusDevice

Bu olayla ilişkili mantıksal ekran kalemi cihazı.

Şunlara uygulanır