1 instantiation of DropEventArgs
Microsoft.Maui.Controls (1)
Platform\iOS\DragAndDropDelegate.cs (1)
297
var args = new
DropEventArgs
(datapackage?.View, (relativeTo) => CalculatePosition(relativeTo, viewHandlerRef, sessionRef), platformArgs);
6 references to DropEventArgs
Microsoft.Maui.Controls (6)
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)
Platform\iOS\DragAndDropDelegate.cs (1)
297
var
args = new DropEventArgs(datapackage?.View, (relativeTo) => CalculatePosition(relativeTo, viewHandlerRef, sessionRef), platformArgs);