Notify toolbox service for item drag-and-drop start

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

Syntax

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

See Also