Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 614 Bytes

dragcompletedeventhandler.md

File metadata and controls

27 lines (18 loc) · 614 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.Primitives.DragCompletedEventHandler
winrt delegate

Windows.UI.Xaml.Controls.Primitives.DragCompletedEventHandler

-description

Represents the method that will handle the DragCompleted event of a Thumb.

-parameters

-param sender

The object where the event handler is attached.

-param e

The event data.

-remarks

-examples

-see-also