www.Chart4.NET | Samples

Occurs before a node is 'drag and drop' ed on another node.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public event HierarchyDragDropEventHandler heNodeDragDropStart
Visual Basic (Declaration)
Public Event heNodeDragDropStart As HierarchyDragDropEventHandler
Visual Basic (Usage)
Dim instance As HierarchyWin
Dim handler As HierarchyDragDropEventHandler

AddHandler instance.heNodeDragDropStart, handler
Visual C++
public:
 event HierarchyDragDropEventHandler^ heNodeDragDropStart {
	void add (HierarchyDragDropEventHandler^ value);
	void remove (HierarchyDragDropEventHandler^ value);
}
J#
/** @event */
public void add_heNodeDragDropStart (HierarchyDragDropEventHandler value)
/** @event */
public void remove_heNodeDragDropStart (HierarchyDragDropEventHandler value)
JScript
JScript does not support events.
JavaScript
function add_heNodeDragDropStart(value);
function remove_heNodeDragDropStart(value);

Remarks

To get this event, hpDragDropEnabled has to be set to true.

See Also