Click or drag to resize

ThumbnailCollectionBeforeCreateThumbnail Event

Raised before each thumbnail is created to allow the image used for the thumbnail to be modified or replaced.

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
public event EventHandler<BeforeCreateThumbnailEventArgs> BeforeCreateThumbnail

Value

Type: SystemEventHandlerBeforeCreateThumbnailEventArgs
Remarks
The image provided in the event arguments is the full size image the thumbnail will be generated from.
See Also