DragDrop events within categories in a view?

Is there a way to use the DragDrop events (PostDragDrop, QueryDragDrop) to move documents in a categorized view from one category to another?

As an example, let’s say I am in a discussion database and realize that one Response to a topic should actually be a response to another topic. I’d like to drag the Response Document on top of a master document in the same view and have it change the ParentDocID…

There don’t seem to be many examples of the PostDragDrop events anywhere and any help would be appreciated. Thanks!