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.2
Syntax
protected virtual void OnLoadItem(
	ShellListBaseItem pItem,
	SHCOLUMNID? pSHColumnId = null
)

Parameters

pItem  ShellListBaseItem
The item that is loaded.
pSHColumnId  NullableSHCOLUMNID  (Optional)
The shell column that is loaded
See Also