DragDrop Class
Definition
public class DragDrop
Methods
| Name | Description |
|---|---|
| AddDragEnterHandler | No summary available. |
| AddDragLeaveHandler | No summary available. |
| AddDragOverHandler | No summary available. |
| AddDropHandler | No summary available. |
| DoDragDropAsync | Starts a dragging operation with the given Avalonia.Input.IDataTransfer and returns the applied drop effect from the target. Avalonia.Input.DataTransfer |
| GetAllowDrop | Gets a value indicating whether the given element can be used as the target of a drag-and-drop operation. |
| RemoveDragEnterHandler | No summary available. |
| RemoveDragLeaveHandler | No summary available. |
| RemoveDragOverHandler | No summary available. |
| RemoveDropHandler | No summary available. |
| SetAllowDrop | Sets a value indicating whether the given interactive can be used as the target of a drag-and-drop operation. |
AddDragEnterHandler Method
public void AddDragEnterHandler(Avalonia.Interactivity.Interactive element, EventHandler<Avalonia.Input.DragEventArgs> handler)
Parameters
element Avalonia.Interactivity.Interactive
handler EventHandler<Avalonia.Input.DragEventArgs>