DropEventArgs

23 Sep 20251 minute to read

Interface for drop event args

Properties

dragData DropInfo

Specifies the dragData

droppedElement HTMLElement

Specifies the dropped element.

event MouseEvent & TouchEvent

Specifies the original mouse or touch event arguments.

target HTMLElement

Specifies the target element.