ShellBrowser .Net Edition
OnAddItem Method (Item)
NamespacesJam.ShellShellListViewOnAddItem(ShellListItem)
Fires an event if an item is added to the list.
Declaration Syntax
C#Visual BasicVisual C++
protected bool OnAddItem(
	ShellListItem Item
)
Protected Function OnAddItem ( _
	Item As ShellListItem _
) As Boolean
protected:
bool OnAddItem(
	ShellListItem^ Item
)
Parameters
Item (ShellListItem)
The item that should be added.
Return Value
True if the item should be added, false otherwise.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)