I'm trying to drag a ListViewItem out of a ListView, and then drop it on another ListView. Having troubles retrieving the ListViewItem. It works fine if the data is text (like all the examples use). Even though GetDataPresent seems to indicate that the data is a ListViewItem, for the life of me, I can't figure out the syntax to retrieve the ListViewItem.

Am I missing something, or is this just not possible?