Click or drag to resize

ShellListViewOnAddItem Method

Fires an event if an item is added to the list.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected bool OnAddItem(
	ShellListItem pItem
)

Parameters

pItem  ShellListItem
The item that should be added.

Return Value

Boolean
True if the item should be added, false otherwise.
See Also