dotnet/maui

`DropCompletedEventArgs.DropResult` is never used

Open

#2839 aperta il 5 ott 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (1951 fork)batch import
area-gesturesgood first issuelegacy-area-controlss/triagedt/bug

Metriche repository

Star
 (23.245 star)
Metriche merge PR
 (Merge medio 47g 9h) (248 PR mergiate in 30 g)

Descrizione

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

Guida contributor