2 references to DragOver
Microsoft.Maui.Controls (2)
DragAndDrop\DragEventArgs.cs (1)
7 /// Provides data for the <see cref="DropGestureRecognizer.DragOver"/> and <see cref="DropGestureRecognizer.DragLeave"/> events.
DragAndDrop\DropGestureRecognizer.cs (1)
97 DragOver?.Invoke(this, args);