DragEventArgs.

DragEventArgs(RoutedEvent<DragEventArgs>, IDataObject, Interactive, Point, KeyModifiers) Constructor

Namespace
Avalonia.Input
Containing Type
DragEventArgs

Syntax

public DragEventArgs(RoutedEvent<DragEventArgs> routedEvent, IDataObject data, Interactive target, Point targetLocation, KeyModifiers keyModifiers)

Parameters

Name Type Description
routedEvent RoutedEvent<DragEventArgs>
data IDataObject
target Interactive
targetLocation Point
keyModifiers KeyModifiers

Return Value

Type Description
void