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