This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.ItemDrag Event

Fires when the user begins to drag an item.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Event ItemDrag As ItemDragEventHandler
C#
public event ItemDragEventHandler ItemDrag

Remarks

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.

See Also

Reference