4 references to DragStartingCommand
Microsoft.Maui.Controls (4)
DragAndDrop\DragGestureRecognizer.cs (4)
22 /// <summary>Bindable property for <see cref="DragStartingCommand"/>.</summary> 23 public static readonly BindableProperty DragStartingCommandProperty = BindableProperty.Create(nameof(DragStartingCommand), typeof(ICommand), typeof(DragGestureRecognizer), null); 86 /// Gets or sets the parameter that's to be passed to the <see cref="DragStartingCommand"/>. 115 DragStartingCommand?.Execute(DragStartingCommandParameter);