Click or drag to resize

ShellFilePreviewOnAfterPreviewLoaded Method

Calls the AfterPreviewLoaded event.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected void OnAfterPreviewLoaded(
	AfterLoadedPreviewEventArgs eventArgs
)

Parameters

eventArgs
Type: Jam.ShellAfterLoadedPreviewEventArgs
A AfterLoadedPreviewEventArgs instance containing information about the file that has been loaded.
See Also