RawDragEvent.

RawDragEvent(IDragDropDevice, RawDragEventType, IInputRoot, Point, IDataObject, DragDropEffects, RawInputModifiers) Constructor

Namespace
Avalonia.Input.Raw
Containing Type
RawDragEvent

Syntax

public RawDragEvent(IDragDropDevice inputDevice, RawDragEventType type, IInputRoot root, Point location, IDataObject data, DragDropEffects effects, RawInputModifiers modifiers)

Parameters

Name Type Description
inputDevice IDragDropDevice
type RawDragEventType
root IInputRoot
location Point
data IDataObject
effects DragDropEffects
modifiers RawInputModifiers

Return Value

Type Description
void