Version

SelectionDragStart Event

Occurs when the user starts to drag the selected nodes. It is useful for beginning a Drag operation without using the MouseMove event.
Syntax
'Declaration
 
Public Event SelectionDragStart As EventHandler
public event EventHandler SelectionDragStart