Thumb::DragDelta Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs one or more times as the user moves their finger across the screen when a Thumb control has logical focus and cursor capture.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
The Thumb control receives logical focus and cursor capture when the user taps the Thumb. The Thumb control loses cursor capture when the lifts their finger from the screen, or when the CancelDrag method is called.
A new DragDelta event occurs each time the user drags their finger across the screen. Therefore, this event can be raised repeatedly when a Thumb control has cursor capture.