DragDropDoDragDrop Method

Starts a dragging operation with the given IDataObject and returns the applied drop effect from the target.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Task<DragDropEffects> DoDragDrop(
	PointerEventArgs triggerEvent,
	IDataObject data,
	DragDropEffects allowedEffects
)

Parameters

triggerEvent  PointerEventArgs
 
data  IDataObject
 
allowedEffects  DragDropEffects
 

Return Value

TaskDragDropEffects

See Also