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.2
Syntax
public LoadItemEventArgs(
	T pItem,
	SHCOLUMNID? pSHColumnId
)

Parameters

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