Click or drag to resize

ICommonPreviewHandlerHostOnCommonPreviewHandlerLoaded Method

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

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

Parameters

sender
Type: Jam.ShellIShellPreviewHandler
The sender.
pItemIdList
Type: Jam.ShellItemIdList
The ItemIdList that has been loaded.
succeeded
Type: SystemBoolean
true if loading was a success, false if it failed.
loadException
Type: SystemException
The exception that happened during loading or null if there wasn't any.
See Also