Load |
The LoadPreviewEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsoluteItemIdList | Contains the ItemIdList of the element. | |
| CustomPreviewHandler | Set your own IShellPreviewHandler implementation to custom preview files. | |
| LoadThumbnail | 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. | |
| Path | Contains the path of the file or folder that is being loaded. | |
| PreviewHandlerGuid | 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. |