ShellFilePreviewOnLoadPreview Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected void OnLoadPreview(
LoadPreviewEventArgs eventArgs
)
Protected Sub OnLoadPreview (
eventArgs As LoadPreviewEventArgs
)
protected:
void OnLoadPreview(
LoadPreviewEventArgs^ eventArgs
)
member OnLoadPreview :
eventArgs : LoadPreviewEventArgs -> unit
Parameters
- eventArgs
- Type: Jam.ShellLoadPreviewEventArgs
A LoadPreviewEventArgs instance containing information about the file that is about to be previewed.
See Also