Skip to main content

IPlatformDragSource Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Definition

Namespace: Avalonia.Input.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[NotClientImplementableAttribute]
public interface IPlatformDragSource
View Source

Methods

DoDragDrop(PointerEventArgs, IDataObject, DragDropEffects)
Obsolete.
DoDragDropAsync(PointerEventArgs, IDataTransfer, DragDropEffects) 

See Also

Reference

Avalonia.Input.Platform Namespace