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
)
Protected Function OnAddItem (
pItem As ShellListItem
) As Boolean
protected:
bool OnAddItem(
ShellListItem^ pItem
)
member OnAddItem :
pItem : ShellListItem -> bool
Parameters
- pItem
- Type: Jam.ShellShellListItem
The item that should be added.
Return Value
Type:
BooleanTrue if the item should be added, false otherwise.
See Also