Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

IDropHandler.Leave should use more specific DragEventArgs #112

Open
stevemonaco opened this issue Nov 21, 2022 · 1 comment
Open

IDropHandler.Leave should use more specific DragEventArgs #112

stevemonaco opened this issue Nov 21, 2022 · 1 comment

Comments

@stevemonaco
Copy link

IDropHandler.Leave is using RoutedEventArgs instead of DragEventArgs. As a workaround, you can cast to RoutedEventArgs e to DragEventArgs in the implementation.

@wieslawsoltes
Copy link
Contributor

This will be done in 11.0 as it's breaking change AvaloniaUI/Avalonia@89faa52

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants