dotnet/maui

`DropCompletedEventArgs.DropResult` is never used

Open

#2.839 aberto em 5 de out. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C# (1.951 forks)batch import
area-gesturesgood first issuelegacy-area-controlss/triagedt/bug

Métricas do repositório

Stars
 (23.245 stars)
Métricas de merge de PR
 (Mesclagem média 47d 9h) (248 fundiu PRs em 30d)

Description

Description

The DropCompletedEventArgs.DropResult is never used in code, since it's the only member of DropCompletedEventArgs that object is also kind of useless right now. We either want to make use of it or remove the field and object as a whole.

Also see: https://github.com/xamarin/Xamarin.Forms/issues/14253

Guia do colaborador