Constructor DragEventArgs
DragEventArgs(IDataObject, PointD, DragDropEffects)
Initializes a new instance of the DragEventArgs class.
public DragEventArgs(IDataObject data, PointD mouseClientLocation, DragDropEffects effect)
Parameters
dataIDataObjectThe data associated with this event.
mouseClientLocationPointDThe client coordinates of the mouse pointer in device-independent units.
effectDragDropEffectsOne of the DragDropEffects values.