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.1
Syntax
protected bool OnAddItem(
	ShellListItem pItem
)

Parameters

pItem
Type: Jam.ShellShellListItem
The item that should be added.

Return Value

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