Click or drag to resize

ThumbnailViewRemoveAfterDragDrop Method

Override to change the way a thumbnail is removed 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 RemoveAfterDragDrop(
	ThumbnailDragDropOperation data
)

Parameters

data
Type: Atalasoft.Imaging.WinControlsThumbnailDragDropOperation
The ThumbnailDragDropOperation passed to the OnDragDrop method
See Also