DragStartedEventHandler
DragStartedEventHandler
DragStartedEventHandler
DragStartedEventHandler
Delegate
Definition
Represents the method that will handle the DragStarted event of a Thumb.
public : delegate void DragStartedEventHandler(PlatForm::Object sender, DragStartedEventArgs e)public delegate void DragStartedEventHandler(Object sender, DragStartedEventArgs e)Public Delegate DragStartedEventHandler(sender As Object, e As DragStartedEventArgs)// 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)
|