MouseButtonDoubleClickEventArgs Constructor

Initializes a new instance of the MouseButtonDoubleClickEventArgs class.

Definition

Namespace: DevCase.Core.IO.Devices.Input
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MouseButtonDoubleClickEventArgs(
	MouseDeviceInfo deviceInfo,
	DeviceEvent deviceEvent,
	MouseButtons mouseButton
)

Parameters

deviceInfo  MouseDeviceInfo
The device data.
deviceEvent  DeviceEvent
The device event.
mouseButton  MouseButtons

[Missing <param name="mouseButton"/> documentation for "M:DevCase.Core.IO.Devices.Input.MouseButtonDoubleClickEventArgs.#ctor(DevCase.Core.IO.Devices.Input.MouseDeviceInfo,DevCase.Core.IO.Devices.Input.DeviceEvent,System.Windows.Forms.MouseButtons)"]

See Also