AfterLoadedPreviewEventArgs Class |
EventArgs for the ShellFilePreview.AfterPreviewLoaded event.
Inheritance Hierarchy
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public class AfterLoadedPreviewEventArgs : EventArgs
Public Class AfterLoadedPreviewEventArgs
Inherits EventArgs
public ref class AfterLoadedPreviewEventArgs : public EventArgs
type AfterLoadedPreviewEventArgs =
class
inherit EventArgs
end
The AfterLoadedPreviewEventArgs type exposes the following members.
Properties
| Name | Description |
---|
| Failed | Gets a value indicating whether loading a preview or a thumbnail as fallback was successful or not. |
| Path |
Contains the path of the file that was loaded.
|
TopSee Also