btb-class

BetterListViewItemDropEventArgs Constructor

Initializes a new instance of the BetterListViewItemDropEventArgs class.

BetterListViewItemDropEventArgs(
   IDataObject data,
   int keyState,
   int x,
   int y,
   DragDropEffects allowedEffect,
   DragDropEffects effect,
   BetterListViewItem item,
   BetterListViewDropPart itemDropPart
);

Parameters

data
Data being dropped on the control.
keyState
Current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
x
X-coordinate of the mouse pointer, in screen coordinates.
y
Y-coordinate of the mouse pointer, in screen coordinates.
allowedEffect
Which drag-and-drop operations are allowed by the originator (or source) of the drag event.
effect
Target drop effect in a drag-and-drop operation.
item
Item on which the data has been dropped.
itemDropPart
Part of the item on which the data has been dropped.

See Also

BetterListViewItemDropEventArgs Class | ComponentOwl.BetterThumbnailBrowser Namespace