Events | Description |
---|---|
dragstart | The event get into action when the user performs dragging the object. |
drag | The event gets into action when the mouse drags the object. |
drop | The event gets into action when the event listener is responsible for inserting the dragged object. |
dragend | The event gets into action when mouse button releases the dragged object |
dragenter | The event gets into action when the mouse is moving over the targeted element while starting drag and listener is ready to drop the element or not of not drop action should not allows automatically. |
dragover | The event gets into action when the mouse is moving over the targeted element. During the event, drag enter will be same as drag enter event. |
dragleave | The event gets into action when the mouse leaves the element. Listener should remove any of the markers while dropping the feedback. |
runtime_error | Super class for some of the runtime error exceptions. |
bad_exception | Handles unexpected exceptions in C++. |