IPlatformDragSource.

DoDragDrop(PointerEventArgs, IDataObject, DragDropEffects) Method

Namespace
Avalonia.Input.Platform
Containing Type
IPlatformDragSource

Syntax

Task<DragDropEffects> DoDragDrop(PointerEventArgs triggerEvent, IDataObject data, DragDropEffects allowedEffects)

Parameters

Name Type Description
triggerEvent PointerEventArgs
data IDataObject
allowedEffects DragDropEffects

Return Value

Type Description
Task<DragDropEffects>