Fires when the user finishes dragging the UIElement with the mouse.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Use C1DragHelper.DragCompleted instead.")] public event EventHandler<MouseDragEventArgs> MouseDragEnd |
Visual Basic |
---|
<ObsoleteAttribute("Use C1DragHelper.DragCompleted instead.")> _ Public Event MouseDragEnd As EventHandler(Of MouseDragEventArgs) |