Notify toolbox service for item dropping be double-click the item in the toolbox control

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

Syntax

Visual Basic (Declaration)
Event DropControl As EventHandler
C#
event EventHandler DropControl
Visual C++
 event EventHandler^ DropControl {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}
JavaScript
function add_dropControl(value);
function remove_dropControl(value);

See Also