Click or drag to resize

LoadPreviewEventArgs Class

The event arguments for ShellFilePreview.LoadPreview. Set the PreviewHandlerGuid if you want to use a custom Preview Handler or provide your own Preview Handler implementation in CustomPreviewHandler
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public class LoadPreviewEventArgs : EventArgs

The LoadPreviewEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteItemIdList
Contains the ItemIdList of the element.
Public propertyCode exampleCustomPreviewHandler
Set your own IShellPreviewHandler implementation to custom preview files.
Public propertyLoadThumbnail
Set this property to true if the thumbnail of the file should be shown instead of the preview handler. Sets the previewHandlerGuid to Guid.Empty.
Public propertyPath
Contains the path of the file or folder that is being loaded.
Public propertyPreviewHandlerGuid
Set a valid PreviewHandler Guid to use a custom preview handler. If null the PreviewHandler is determined automatically. If set to Guid.Empty the file is not previewed. Depending on LoadThumbnail its' thumbnail is loaded.
Top
See Also