ThumbnailViewReorderAfterDragDrop Method |
Override to change the way a thumbnail is reordered after a drag drop, if you are using the ThumbnailView in a composite control
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected virtual void ReorderAfterDragDrop(
Thumbnail tn,
int index,
bool clone,
bool cached
)
Protected Overridable Sub ReorderAfterDragDrop (
tn As Thumbnail,
index As Integer,
clone As Boolean,
cached As Boolean
)
Parameters
- tn
- Type: Atalasoft.Imaging.WinControlsThumbnail
The Thumbnail being dragged - index
- Type: SystemInt32
The new thumbnail index - clone
- Type: SystemBoolean
A bool determiing if the Thumbnail should be cloned before insertion - cached
- Type: SystemBoolean
See Also