Table of Contents

Class DragEventArgs

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

Provides data for the DragDrop, DragEnter, or DragOver events.

public class DragEventArgs : BaseEventArgs
Inheritance
DragEventArgs

Constructors

DragEventArgs(IDataObject, PointD, DragDropEffects)

Initializes a new instance of the DragEventArgs class.

Properties

Data

Gets the IDataObject that contains the data associated with this event.

Effect

Gets or sets the target drop effect in a drag-and-drop operation.

MouseClientLocation

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