IPlatformDragSourceDoDragDrop Method

Definition

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

Parameters

triggerEvent  PointerEventArgs
 
data  IDataObject
 
allowedEffects  DragDropEffects
 

Return Value

TaskDragDropEffects

See Also