Click or drag to resize

AfterLoadedPreviewEventArgs Class

EventArgs for the ShellFilePreview.AfterPreviewLoaded event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellAfterLoadedPreviewEventArgs

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

The AfterLoadedPreviewEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyFailedGets a value indicating whether loading a preview or a thumbnail as fallback was successful or not.
Public propertyPath Contains the path of the file that was loaded.
Top
See Also