Table of Contents

Interface IPlatformDragSource

Namespace
Avalonia.Input.Platform
Assembly
Avalonia.Base.dll
[Unstable]
public interface IPlatformDragSource

Methods

DoDragDrop(PointerEventArgs, IDataObject, DragDropEffects)

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

Parameters

triggerEvent PointerEventArgs
data IDataObject
allowedEffects DragDropEffects

Returns

Task<DragDropEffects>