1 instantiation of DragStartingEventArgs
Microsoft.Maui.Controls (1)
DragAndDrop\DragGestureRecognizer.cs (1)
113
var args = new
DragStartingEventArgs
(getPosition, platformArgs);
7 references to DragStartingEventArgs
Microsoft.Maui.Controls (6)
DragAndDrop\DragGestureRecognizer.cs (3)
46
public event EventHandler<
DragStartingEventArgs
>? DragStarting;
111
internal
DragStartingEventArgs
SendDragStarting(View element, Func<IElement?, Point?>? getPosition = null, PlatformDragStartingEventArgs? platformArgs = null)
113
var
args = new DragStartingEventArgs(getPosition, platformArgs);
DragAndDrop\DragStartingEventArgs.cs (3)
15
/// Initializes a new instance of the <see cref="
DragStartingEventArgs
"/> class.
22
/// Initializes a new instance of the <see cref="
DragStartingEventArgs
"/> class.
45
/// Gets the platform-specific arguments associated with the <see cref="
DragStartingEventArgs
"/>.
Microsoft.Maui.Controls.Compatibility (1)
iOS\DragAndDropDelegate.cs (1)
146
var
args = rec.SendDragStarting(element);