AvaloniaUI / Avalonia.Xaml.Behaviors

Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
MIT License
385 stars 46 forks source link

IDropHandler.Leave should use more specific DragEventArgs #112

Open stevemonaco opened 1 year ago

stevemonaco commented 1 year ago

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

wieslawsoltes commented 1 year ago

This will be done in 11.0 as it's breaking change https://github.com/AvaloniaUI/Avalonia/commit/89faa52240e1fb3b1f537d09bc5bcec050dfe983