3 references to DragOverCommand
Microsoft.Maui.Controls (3)
DragAndDrop\DropGestureRecognizer.cs (3)
17
/// <summary>Bindable property for <see cref="
DragOverCommand
"/>.</summary>
18
public static readonly BindableProperty DragOverCommandProperty = BindableProperty.Create(nameof(
DragOverCommand
), typeof(ICommand), typeof(DropGestureRecognizer), null);
96
DragOverCommand
?.Execute(DragOverCommandParameter);