Occurs when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into this item.
The DragEventArgs.X and DragEventArgs.Y properties of the System.Windows.Forms.DragEventArgs are in screen coordinates, not client coordinates. For more information about handling events, see Consuming Events.