Interface IPlatformDragSource
[Unstable]
public interface IPlatformDragSource
Methods
DoDragDrop(PointerEventArgs, IDataObject, DragDropEffects)
Task<DragDropEffects> DoDragDrop(PointerEventArgs triggerEvent, IDataObject data, DragDropEffects allowedEffects)
Parameters
triggerEvent
PointerEventArgsdata
IDataObjectallowedEffects
DragDropEffects