-
void
This implementation of dragEnter
permits the default
operation defined in event.detail
to be performed on the current data type
defined in event.currentDataType
.
void
The cursor has entered the drop target boundaries.
void
This implementation of dragLeave
does nothing.
void
The cursor has left the drop target boundaries OR the drop has been cancelled OR the data
is about to be dropped.
void
This implementation of dragOperationChanged
permits the default
operation defined in event.detail
to be performed on the current data type
defined in event.currentDataType
.
void
The operation being performed has changed (usually due to the user changing the selected modifier key(s)
while dragging).
void
This implementation of dragOver
permits the default
operation defined in event.detail
to be performed on the current data type
defined in event.currentDataType
.
void
The cursor is moving over the drop target.
void
This implementation of drop
does nothing.
void
The data is being dropped.
void
This implementation of dropAccept
permits the default
operation defined in event.detail
to be performed on the current data type
defined in event.currentDataType
.
void
The drop is about to be performed.