Click or drag to resize

ShellFilePreview.OnLoadPreview 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.Shell.LoadPreviewEventArgs
A LoadPreviewEventArgs instance containing information about the file that is about to be previewed.
See Also