Click or drag to resize

LoadShellItemEventArgs Constructor

Creates a new instance of LoadShellItemEventArgs.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public LoadShellItemEventArgs(
	ShellListBaseItem pItem,
	SHCOLUMNID? pSHColumnId = null
)

Parameters

pItem
Type: Jam.ShellShellListBaseItem
The list item
pSHColumnId (Optional)
Type: SystemNullableSHCOLUMNID
A Shell Column Id
See Also