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.0
Syntax
public 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.

Implements

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