
onDrag
The meaning of this event is explained in
Drag & Drop Events of the Control Framework documentation. For information on passing the handle of the Drag&Drop behavior, see
Drag & Drop With the ALV Grid Control.
This event can be named differently for other controls.
Event parameter |
Meaning |
E_ROW |
(obsolete) |
ES_ROW_NO |
Structure with the index of the row dragged |
E_COLUMN |
Structure with the index of the column dragged |
E_DRAGDROPOBJ |
Drag&Drop object that can be used to pass an application-specific data object. The attributes also contain information on the user action (copy or move) and the flavor associated with that action. |