DragLeave

I am trying to determine GroupViewItem that is being dragged in the GroupView DragLeave event?

1 Reply

PS Prakash S Syncfusion Team May 27, 2003 01:57 PM UTC

Hi Tom, As in any drag & drop implementation, to access the item being dragged you will need to get hold of the IDataObject instance that is being dragged. The DragLeave event does not provide this. You can instead use one of the other drag-drop events such as DragEnter to get hold of the GroupViewItem. The following Essential Tools KB article shows you how to do this - http://www.syncfusion.com/KB/Tools/Tools_c36c.asp#q553q. Prakash Syncfusion, Inc

Loader.
Up arrow icon