| 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: 6.3.1
 Syntax
Syntaxpublic bool Failed { get; }Public ReadOnly Property Failed As Boolean
	Get
public:
property bool Failed {
	bool get ();
}member Failed : bool with get
Property Value
Type: 
BooleanTrue if no preview could be loaded, false if not.
 See Also
See Also