2 references to PlatformDragEventArgs
Microsoft.Maui.Controls (2)
Platform\iOS\DragAndDropDelegate.cs (2)
84
HandleDragLeave((View)_viewHandler.VirtualView, package, session.LocalDragSession, new
PlatformDragEventArgs
(_viewHandler.PlatformView, interaction, session));
103
var platformArgs = new
PlatformDragEventArgs
(_viewHandler.PlatformView, interaction, session);