Click or drag to resize

JamBaseShellListViewOnLoadItem Method

Calls the LoadItem event with the passed parameters.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected virtual void OnLoadItem(
	ShellListBaseItem pItem,
	SHCOLUMNID? pSHColumnId = null
)

Parameters

pItem
Type: Jam.ShellShellListBaseItem
The item that is loaded.
pSHColumnId (Optional)
Type: SystemNullableSHCOLUMNID
The shell column that is loaded
See Also