5 references to DropEventArgs
Microsoft.Maui.Controls (5)
DragAndDrop\DropEventArgs.cs (3)
14
/// Initializes a new instance of the <see cref="
DropEventArgs
"/> class.
24
/// Initializes a new instance of the <see cref="
DropEventArgs
"/> class.
49
/// Gets the platform-specific arguments associated with the <see cref="
DropEventArgs
"/>.
DragAndDrop\DropGestureRecognizer.cs (2)
42
public event EventHandler<
DropEventArgs
> Drop;
106
internal async Task SendDrop(
DropEventArgs
args)