Click or drag to resize

ShellFilePreviewOnLoadPreview Method

Calls the LoadPreview event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected void OnLoadPreview(
	LoadPreviewEventArgs eventArgs
)

Parameters

eventArgs
Type: Jam.ShellLoadPreviewEventArgs
A LoadPreviewEventArgs instance containing information about the file that is about to be previewed.
See Also