ondragend
The ondragend event is triggered when the user completes the dragging action. Drag and drop functionality is a common feature in HTML.
Coming
Soon
...
ondrag
The ondrag event is triggered when an item or selection is being dragged. The drag event is fired repeatedly at regular intervals (typically every few hundred milliseconds) as an element or text selection is moved by the user.
ondragenter
The ondragenter and ondragleave events enhance the user experience by indicating when a draggable element is over a drop target. The ondragenter event is triggered when a draggable item enters the boundaries of a drop target.