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.
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.