Fires when the user finishes dragging the UIElement with the mouse.

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

Syntax

C#
public event EventHandler<MouseDragEventArgs> MouseDragEnd
Visual Basic
Public Event MouseDragEnd As EventHandler(Of MouseDragEventArgs)

See Also