interface sap.ui.core.dnd.DragSession

Visiblity: public
Available since: N/A
Module: sap/ui/core/dnd/DragAndDrop
Application Component: CA-UI5-TBL

When a user requests to drag some controls that can be dragged, a drag session is started. The drag session can be used to transfer data between applications or between dragged and dropped controls. Please see provided APIs for more details.

Note: An implementation of this interface is provided by the framework during drag-and-drop operations and is exposed as dragSession parameter of the different drag and drop events.

Note: This interface is not intended to be implemented by controls, applications or test code. Extending it with additional methods in future versions will be regarded as a compatible change.


Events Overview

Event Description