Fires when the user begins to drag an item.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Event ItemDrag As ItemDragEventHandler
public event ItemDragEventHandler ItemDrag
This event occurs when the user begins dragging an item. Typically its handler performs the task of dragging by calling the DoDragDrop(Object, DragDropEffects) method. You can use it to drag items into and out of your application's ThumbnailListView control.