ICommonPreviewHandlerHost Interface |
Interface for the host of a PreviewHandler, i.e. the control hosing a CommonPreviewHandler.
It is used to provide the handle and displayRect to the system's PreviewHandler. Also it must provide an "OnLoaded" eventhandler that is called after the preview has been loaded asynchronously.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic interface ICommonPreviewHandlerHost
Public Interface ICommonPreviewHandlerHost
public interface class ICommonPreviewHandlerHost
type ICommonPreviewHandlerHost = interface end
The ICommonPreviewHandlerHost type exposes the following members.
Methods
See Also