Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants