Raised when a drag gesture has started on 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<DragStartedGestureEventArgs> DragStarted
Visual Basic
Public Event DragStarted As EventHandler(Of DragStartedGestureEventArgs)
Visual C++
public:
 event EventHandler<DragStartedGestureEventArgs^>^ DragStarted {
	void add (EventHandler<DragStartedGestureEventArgs^>^ value);
	void remove (EventHandler<DragStartedGestureEventArgs^>^ value);
}

See Also