Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="5.0.0.2291" />

.NET API 1,474,968 bytes

 DropGestureRecognizer

public static readonly BindableProperty AllowDropProperty

public static readonly BindableProperty DropCommandProperty

public bool AllowDrop { get; set; }

public ICommand DragLeaveCommand { get; set; }

public object DragLeaveCommandParameter { get; set; }

public ICommand DragOverCommand { get; set; }

public object DragOverCommandParameter { get; set; }

public ICommand DropCommand { get; set; }

public object DropCommandParameter { get; set; }

public void SendDragLeave(DragEventArgs args)

public void SendDragOver(DragEventArgs args)