Click or drag to resize

ICommonPreviewHandlerHost.OnCommonPreviewHandlerLoaded 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.1
Syntax
void OnCommonPreviewHandlerLoaded(
	IShellPreviewHandler sender,
	ItemIdList pItemIdList,
	bool succeeded,
	Exception loadException
)

Parameters

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