Fires during a drag drop process, when the cursor leaves a registered drop target.

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

Syntax

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

See Also