Click or drag to resize

AfterLoadedPreviewEventArgsFailed Property

Gets a value indicating whether loading a preview or a thumbnail as fallback was successful or not.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public bool Failed { get; }

Property Value

Type: Boolean
True if no preview could be loaded, false if not.
See Also