DragEventArgs.

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

Namespace
Avalonia.Input
Containing Type
DragEventArgs

Syntax

[Obsolete("Use constructor taking KeyModifiers")]
public DragEventArgs(RoutedEvent<DragEventArgs> routedEvent, IDataObject data, Interactive target, Point targetLocation, InputModifiers modifiers)

Attributes

Type Description
ObsoleteAttribute

Parameters

Name Type Description
routedEvent RoutedEvent<DragEventArgs>
data IDataObject
target Interactive
targetLocation Point
modifiers InputModifiers

Return Value

Type Description
void