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

Syntax

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

Implements

IToolboxView..::.BeginDragAndDrop

See Also