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.2
Syntax
public ThumbnailUpdatedEventArgs(
	ShellListBaseItem pItem,
	Image pThumbnail
)

Parameters

pItem  ShellListBaseItem
The item.
pThumbnail  Image
The thumbnail.
See Also