4 references to DropCompletedCommand
Microsoft.Maui.Controls (4)
DragAndDrop\DragGestureRecognizer.cs (4)
16
/// <summary>Bindable property for <see cref="
DropCompletedCommand
"/>.</summary>
17
public static readonly BindableProperty DropCompletedCommandProperty = BindableProperty.Create(nameof(
DropCompletedCommand
), typeof(ICommand), typeof(DragGestureRecognizer), null);
68
/// Gets or sets the parameter that's to be passed to the <see cref="
DropCompletedCommand
"/>.
107
DropCompletedCommand
?.Execute(DropCompletedCommandParameter);