Click or drag to resize

ThumbnailUpdatedEventArgs Constructor

Initializes a new instance of the Jam.Shell.ThumbnailUpdatedEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ThumbnailUpdatedEventArgs(
	ShellListBaseItem pItem,
	Image pThumbnail
)

Parameters

pItem
Type: Jam.ShellShellListBaseItem
The item.
pThumbnail
Type: System.DrawingImage
The thumbnail.
See Also