Click or drag to resize

JamBaseShellListView.OnLoadItem 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.Shell.ShellListBaseItem
The item that is loaded.
pSHColumnId (Optional)
Type: System.Nullable<SHCOLUMNID>
The shell column that is loaded
See Also