DragStopEventArgs

Interface representing event arguments for the dragStop event.

Properties

clonedElement HTMLElement

Defines the cloned HTML element being dragged that is created in the helper function.

element HTMLElement

Gets the HTML element being dragged.

event MouseEvent TouchEvent

Gets the original calling event.

target HTMLElement

Defines the HTML element container holding the dragged element.