Fires an event if an item is added to the list.
| C# | Visual Basic | Visual C++ |
protected bool OnAddItem( ShellListItem Item )
Protected Function OnAddItem ( _ Item As ShellListItem _ ) As Boolean
protected: bool OnAddItem( ShellListItem^ Item )
- Item (ShellListItem)
- The item that should be added.
True if the item should be added, false otherwise.