Click or drag to resize

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.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public interface ICommonPreviewHandlerHost

The ICommonPreviewHandlerHost type exposes the following members.

Methods
 NameDescription
Public methodGetDisplayRectGets display rectangle.
Public methodGetSynchronizationContextPreviewHost must provide its SynchronizationContext to be used by async events.
Public methodGetWindowHandleGets window handle.
Public methodOnCommonPreviewHandlerLoadedControls implementing this interface must implement this eventhandler, which is called after the preview has been loaded.
Top
See Also