Click or drag to resize

ExplorerBrowser.AddItem 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.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public event EventHandler<AddBaseItemEventArgs> AddItem

Value

Type: System.EventHandler<AddBaseItemEventArgs>
See Also