ShellListViewOnAddItem Method | 
            Fires an event if an item is added to the list.
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected bool OnAddItem(
	ShellListItem pItem
)
Protected Function OnAddItem ( 
	pItem As ShellListItem
) As Boolean
protected:
bool OnAddItem(
	ShellListItem^ pItem
)
member OnAddItem : 
        pItem : ShellListItem -> bool Parameters
- pItem  ShellListItem
 - The item that should be added.
 
Return Value
BooleanTrue if the item should be added, false otherwise.
See Also