Click or drag to resize

ShellFilePreviewOnAfterPreviewLoaded Method

Calls the AfterPreviewLoaded event.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void OnAfterPreviewLoaded(
	AfterLoadedPreviewEventArgs eventArgs
)

Parameters

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