Click or drag to resize

ShellListViewOnAddItem Method

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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