
Action executed when the user drags a UI element onto this DropTarget. Event parameters DATA, MIME_TYPE und TAGS come from the DragSourceInfo , and refer to the UI element that is dragged onto an DropTarget.
|
Parameter Name |
Type |
Description |
|
ID |
STRING |
|
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |
|
|
DATA |
STRING |
Textual representation of data transported to DropTarget. DATA is the value of the DragSourceInfo.data property of the UI element that was dropped onto the DropTarget. |
|
MIME_TYPE |
STRING |
Type of resource. Note that this property is not currently used; it is intended for future developments. |
|
TAGS |
STRING |
Flavors |