2 references to DragLeave
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)
103 DragLeave?.Invoke(this, args);