1 instantiation of DropCompletedEventArgs
Microsoft.Maui.Controls.Compatibility (1)
iOS\DragAndDropDelegate.cs (1)
201
var args = new
DropCompletedEventArgs
();
6 references to DropCompletedEventArgs
Microsoft.Maui.Controls (5)
DragAndDrop\DragGestureRecognizer.cs (2)
40
public event EventHandler<
DropCompletedEventArgs
>? DropCompleted;
94
internal void SendDropCompleted(
DropCompletedEventArgs
args)
DragAndDrop\DropCompletedEventArgs.cs (3)
11
/// Initializes a new instance of the <see cref="
DropCompletedEventArgs
"/> class.
18
/// Initializes a new instance of the <see cref="
DropCompletedEventArgs
"/> class.
27
/// Gets the platform-specific arguments associated with the <see cref="
DropCompletedEventArgs
"/>.
Microsoft.Maui.Controls.Compatibility (1)
iOS\DragAndDropDelegate.cs (1)
201
var
args = new DropCompletedEventArgs();