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

贡献者指南