System.Windows.Forms.Control.MouseDoubleClick Event

Occurs when the control is double clicked by the mouse.

Syntax

public event MouseEventHandler MouseDoubleClick

Remarks

The Control.MouseDoubleClick event occurs when the user depresses a mouse button twice in quick succession when the cursor is over the control. The time interval that separates two single clicks from a double-click is determined by the mouse settings of the user's operating system.

The following series of events is raised by the control when such a user action takes place:

[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]

For this to occur, the various events cannot be disabled in the control's class.

Note:

Control.DoubleClick events are logically higher-level events of a control. They may be raised by other user actions, such as shortcut key combinations.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0