DragDeltaEventHandler
DragDeltaEventHandler
DragDeltaEventHandler
DragDeltaEventHandler
Delegate
Definition
public : delegate void DragDeltaEventHandler(PlatForm::Object sender, DragDeltaEventArgs e)public delegate void DragDeltaEventHandler(Object sender, DragDeltaEventArgs e)Public Delegate DragDeltaEventHandler(sender As Object, e As DragDeltaEventArgs)// 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)
|