Click or drag to resize

LoadPreviewEventArgs Properties

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