Drag and Drop Tutorial
In order to enable DnD, DragSource object must be added to the control where drag operation will be initiated, and DropTarget object must be added to the control where drag operation will be terminated:


To
customize DnD add necessary events and modify DnD style:


For
more information please refer to this
article.