Skip to main content

RawDragEventType Enum

Definition

Assembly:Avalonia.Base
Package:Avalonia
public enum RawDragEventType

Inheritance: Enum -> RawDragEventType

Fields

NameDescription
DragEnterNo summary available.
DragLeaveNo summary available.
DragOverNo summary available.
DropNo summary available.

DragEnter Field

public Avalonia.Input.Raw.RawDragEventType DragEnter

DragLeave Field

public Avalonia.Input.Raw.RawDragEventType DragLeave

DragOver Field

public Avalonia.Input.Raw.RawDragEventType DragOver

Drop Field

public Avalonia.Input.Raw.RawDragEventType Drop