5 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
"/>.