Fires at the end of a drag drop process, when the user releases the mouse button over a registered drop target.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event DragDropEventHandler DragDrop
Visual Basic
Public Event DragDrop As DragDropEventHandler

See Also