IVsHierarchyDropDataTarget Members
Include Protected Members
Include Inherited Members
Provides information about a dragged item in relation to its drop target during a drag-and-drop operation within a hierarchy window.
The IVsHierarchyDropDataTarget type exposes the following members.
Methods
Name | Description | |
---|---|---|
DragEnter | Called as soon as the mouse drags an item over a new hierarchy or hierarchy window. | |
DragLeave | Called when one or more items are dragged out of the hierarchy or hierarchy window, or when the drag-and-drop operation is cancelled or completed. | |
DragOver | Called when one or more items are dragged over the target hierarchy or hierarchy window. | |
Drop | Called when one or more items are dropped into the target hierarchy or hierarchy window when the mouse button is released. |
Top