Search results

DragEventArgs API in JavaScript Base API control

Drag Event arguments

Properties

cancel

boolean

‘true’ if the drag or drop action is to be prevented; otherwise false.

event

MouseEvent & TouchEvent

Specifies the actual event.

target

HTMLElement

Specifies the current target element.