AfterLoadedPreviewEventArgsFailed Property |
Gets a value indicating whether loading a preview or a thumbnail as fallback was successful or not.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool Failed { get; }Public ReadOnly Property Failed As Boolean
Get
public:
property bool Failed {
bool get ();
}member Failed : bool with get
Property Value
BooleanTrue if no preview could be loaded, false if not.
See Also