dotnet/maui

`DropCompletedEventArgs.DropResult` is never used

Open

#2,839 opened on 2021年10月5日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C# (1,951 forks)batch import
area-gesturesgood first issuelegacy-area-controlss/triagedt/bug

Repository metrics

Stars
 (23,245 stars)
PR merge metrics
 (平均マージ 47d 9h) (30d で 248 merged PRs)

説明

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

コントリビューターガイド