This delegate represents the method that will handle the ItemDrag event of the ThumbnailListView class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Delegate Sub ItemDragEventHandler ( _
sender As Object, _
e As ItemDragEventArgs _
)
public delegate void ItemDragEventHandler(
Object sender,
ItemDragEventArgs e
)