Fires when user double-clicked mouse button

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Event DoubleClick As EventHandler
C#
public event EventHandler DoubleClick
Visual C++
public:
 event EventHandler^ DoubleClick {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}
JavaScript
function add_doubleClick(value);
function remove_doubleClick(value);

See Also