8 references to DragEventArgs
Microsoft.Maui.Controls (8)
DragAndDrop\DragEventArgs.cs (3)
14
/// Initializes a new instance of the <see cref="
DragEventArgs
"/> class.
23
/// Initializes a new instance of the <see cref="
DragEventArgs
"/> class.
46
/// Gets the platform-specific arguments associated with the <see cref="
DragEventArgs
"/>.
DragAndDrop\DropGestureRecognizer.cs (4)
40
public event EventHandler<
DragEventArgs
> DragLeave;
41
public event EventHandler<
DragEventArgs
> DragOver;
94
public void SendDragOver(
DragEventArgs
args)
100
internal void SendDragLeave(
DragEventArgs
args)
DragAndDrop\PlatformDragEventArgs.cs (1)
5
/// Platform-specific arguments associated with the <see cref="
DragEventArgs
"/>.