OBJ_DRAGGED
Definition
OBJ_DRAGGED is an event in the interface IF_EVT_DRAGDROP.
Use
The event sends information as to the object(s) dragged. The application can use this information in its handler routine.
Structure
It has the following parameters:
-
PROXY_OBJ_DATA_LIST
The parameter PROXY_OBJ_DATA_LIST identifies the source object(s). It contains a list of proxy-specific objects.
-
DRAG_DROP_OBJECT
The parameter DRAG_DROP_OBJECT contains a reference to an instance of CL_DRAGDROPOBJECT.