Click or drag to resize

LoadItemEventArgsT Constructor

Initializes a new instance of this class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public LoadItemEventArgs(
	T pItem,
	SHCOLUMNID? pSHColumnId
)

Parameters

pItem
Type: T
The affected item.
pSHColumnId
Type: SystemNullableSHCOLUMNID
The ShellColumn that is or has been loaded.
See Also