Raised when a drag gesture has been completed on the UIElement. A drag gesture is completed when the touch point is removed from the UIElement.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler<DragCompletedGestureEventArgs> DragCompleted
Visual Basic
Public Event DragCompleted As EventHandler(Of DragCompletedGestureEventArgs)
Visual C++
public:
 event EventHandler<DragCompletedGestureEventArgs^>^ DragCompleted {
	void add (EventHandler<DragCompletedGestureEventArgs^>^ value);
	void remove (EventHandler<DragCompletedGestureEventArgs^>^ value);
}

See Also