Thumb.DragStarted Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when a Thumb control receives logical focus and cursor capture.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Event DragStarted As DragStartedEventHandler
public event DragStartedEventHandler DragStarted
<Thumb DragStarted="eventhandler"/>

Remarks

The Thumb control receives logical focus and cursor capture when the user taps the Thumb.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Thumb Class

System.Windows.Controls.Primitives Namespace

DragCompleted

DragDelta

IsDragging

CancelDrag