Click or drag to resize

ShellFilePreviewOnCommonPreviewHandlerLoaded Method

Controls implementing this interface must implement this eventhandler, which is called after the preview has been loaded.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public void OnCommonPreviewHandlerLoaded(
	IShellPreviewHandler sender,
	ItemIdList pItemIdList,
	bool succeeded,
	Exception loadException
)

Parameters

sender  IShellPreviewHandler
The sender.
pItemIdList  ItemIdList
The ItemIdList that has been loaded.
succeeded  Boolean
true if loading was a success, false if it failed.
loadException  Exception
The exception that happened during loading or null if there wasn't any.

Implements

ICommonPreviewHandlerHostOnCommonPreviewHandlerLoaded(IShellPreviewHandler, ItemIdList, Boolean, Exception)
See Also