Click or drag to resize

ExplorerBrowserAddItem Event

This event occurs if a ListItem is to be added to the list. If the "CanAdd" property of the event args is set to false in an event handler, the item will not be added to the listview.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public event EventHandler<AddBaseItemEventArgs> AddItem

Value

Type: SystemEventHandlerAddBaseItemEventArgs
See Also