DragCompletedEventHandler
DragCompletedEventHandler
DragCompletedEventHandler
DragCompletedEventHandler
Delegate
Definition
Represents the method that will handle the DragCompleted event of a Thumb.
public : delegate void DragCompletedEventHandler(PlatForm::Object sender, DragCompletedEventArgs e)public delegate void DragCompletedEventHandler(Object sender, DragCompletedEventArgs e)Public Delegate DragCompletedEventHandler(sender As Object, e As DragCompletedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the event handler is attached.
The event data.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|