GUIBaseContext :: doAfterDrag - Post-event handler for Drag events
The post-event handler for drag events (GEV_EndDrag) allows manipulating the object stored in the drag buffer. The handler may access information in the drop object using functions as dropText() or dropProperty(). The handler is called, only, when the drag event has been accepted by the doBeforeDrag() handler.