ThumbnailUpdatedEventArgs Constructor |
Initializes a new instance of the Jam.Shell.ThumbnailUpdatedEventArgs class.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ThumbnailUpdatedEventArgs(
ShellListBaseItem pItem,
Image pThumbnail
)
Public Sub New (
pItem As ShellListBaseItem,
pThumbnail As Image
)
public:
ThumbnailUpdatedEventArgs(
ShellListBaseItem^ pItem,
Image^ pThumbnail
)
new :
pItem : ShellListBaseItem *
pThumbnail : Image -> ThumbnailUpdatedEventArgsParameters
- pItem ShellListBaseItem
- The item.
- pThumbnail Image
- The thumbnail.
See Also