Bagikan melalui


MouseButtonEventArgs Konstruktor

Definisi

Menginisialisasi instans baru kelas MouseButtonEventArgs.

Overload

MouseButtonEventArgs(MouseDevice, Int32, MouseButton)

Menginisialisasi instans MouseButtonEventArgs baru kelas dengan menggunakan , tanda waktu, dan MouseButtonyang ditentukanMouseDevice.

MouseButtonEventArgs(MouseDevice, Int32, MouseButton, StylusDevice)

Menginisialisasi instans MouseButtonEventArgs baru kelas dengan menggunakan , tanda waktu, MouseButton, dan StylusDeviceyang ditentukanMouseDevice. .

MouseButtonEventArgs(MouseDevice, Int32, MouseButton)

Menginisialisasi instans MouseButtonEventArgs baru kelas dengan menggunakan , tanda waktu, dan MouseButtonyang ditentukanMouseDevice.

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)

Parameter

mouse
MouseDevice

Perangkat Mouse logis yang terkait dengan kejadian ini.

timestamp
Int32

Waktu ketika input terjadi.

button
MouseButton

Tombol mouse yang statusnya sedang dijelaskan.

Lihat juga

Berlaku untuk

MouseButtonEventArgs(MouseDevice, Int32, MouseButton, StylusDevice)

Menginisialisasi instans MouseButtonEventArgs baru kelas dengan menggunakan , tanda waktu, MouseButton, dan StylusDeviceyang ditentukanMouseDevice. .

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)

Parameter

mouse
MouseDevice

Perangkat tetikus logis yang terkait dengan kejadian ini.

timestamp
Int32

Waktu peristiwa terjadi.

button
MouseButton

Tombol yang terkait dengan kejadian ini.

stylusDevice
StylusDevice

Perangkat stylus yang terkait dengan kejadian ini.

Lihat juga

Berlaku untuk