Share via


MouseButtonEventArgs Oluşturucular

Tanım

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

Aşırı Yüklemeler

MouseButtonEventArgs(MouseDevice, Int32, MouseButton)

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

MouseButtonEventArgs(MouseDevice, Int32, MouseButton, StylusDevice)

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

MouseButtonEventArgs(MouseDevice, Int32, MouseButton)

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

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

Parametreler

mouse
MouseDevice

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

timestamp
Int32

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

button
MouseButton

Durumu açıklanan fare düğmesi.

Ayrıca bkz.

Şunlara uygulanır

MouseButtonEventArgs(MouseDevice, Int32, MouseButton, StylusDevice)

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

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

Parametreler

mouse
MouseDevice

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

timestamp
Int32

Olayın gerçekleştiği zaman.

button
MouseButton

Bu olayla ilişkili düğme.

stylusDevice
StylusDevice

Bu olayla ilişkili ekran kalemi cihazı.

Ayrıca bkz.

Şunlara uygulanır