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
)
Protected Overridable Sub RemoveAfterDragDrop (
data As ThumbnailDragDropOperation
)
Parameters
- data
- Type: Atalasoft.Imaging.WinControlsThumbnailDragDropOperation
The ThumbnailDragDropOperation passed to the OnDragDrop method
See Also