dotnet/maui

`DropCompletedEventArgs.DropResult` is never used

Open

#2,839 建立於 2021年10月5日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C# (1,951 fork)batch import
area-gesturesgood first issuelegacy-area-controlss/triagedt/bug

倉庫指標

Star
 (23,245 star)
PR 合併指標
 (平均合併 47天 9小時) (30 天內合併 248 個 PR)

描述

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

貢獻者指南