Click or drag to resize

LoadShellItemEventArgs Constructor

Creates a new instance of LoadShellItemEventArgs.

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

Parameters

pItem  ShellListBaseItem
The list item
pSHColumnId  NullableSHCOLUMNID  (Optional)
A Shell Column Id
See Also