DropEventArgs

Interface representing event arguments for the drop event.

Properties

dragInfo DropInfo

Defines the drag info.

droppedElement HTMLElement

Defines the HTML element that was dropped.

event MouseEvent TouchEvent

Gets the original calling event.

target HTMLElement

Defines the HTML element container where the droppable element is being dropped.