Click or drag to resize

ThumbnailCaptionRequestEventHandler Delegate

This event handler is used by the ThumbnailView to request caption and tooltip values for images loaded from an ImageSource.

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 delegate void ThumbnailCaptionRequestEventHandler(
	Object sender,
	ThumbnailCaptionRequestEventArgs e
)

Parameters

sender
Type: SystemObject
The object sending this event.
e
Type: Atalasoft.Imaging.WinControlsThumbnailCaptionRequestEventArgs
A ThumbnailCaptionRequestEventArgs containing information about this event.
See Also