Many thanks Dimitar,
I thought of that also. However, I was wondering about the DragEnd event….doesn’t this event only get triggered if the item is dropped onto another item in the target list? When the event is raised it carries two arguments – the dropped item, and the item in the target list onto which the dragged item was dropped. I found when experimenting with this that the event was triggered fine as long as there was an item in the target list, onto which my dragged item was dropped. If the target list is empty, or if i drag an item onto the bottom of the target list (not onto an item already in the list), then the DragEnd event is not raised.