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

Syntax

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

Implements

IToolboxView..::.DropControl

See Also