Table of Contents

Constructor DragEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DragEventArgs(IDataObject, PointD, DragDropEffects)

Initializes a new instance of the DragEventArgs class.

public DragEventArgs(IDataObject data, PointD mouseClientLocation, DragDropEffects effect)

Parameters

data IDataObject

The data associated with this event.

mouseClientLocation PointD

The client coordinates of the mouse pointer in device-independent units.

effect DragDropEffects

One of the DragDropEffects values.