Click or drag to resize

ShellFilePreviewOnAfterPreviewLoaded Method

Calls the AfterPreviewLoaded event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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