Click or drag to resize

ShellFilePreviewOnLoadPreview Method

Calls the LoadPreview event.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.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