DragDrop Class
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class DragDrop
Public NotInheritable Class DragDrop
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DragDrop = class end
- Inheritance
- Object DragDrop
| AllowDropProperty | |
| DragEnterEvent |
Event which is raised, when a drag-and-drop operation enters the element.
|
| DragLeaveEvent |
Event which is raised, when a drag-and-drop operation leaves the element.
|
| DragOverEvent |
Event which is raised, when a drag-and-drop operation is updated while over the element.
|
| DropEvent |
Event which is raised, when a drag-and-drop operation should complete over the element.
|