Click or drag to resize

AddItemEventArgs Constructor

Initializes a new instance of the AddItemEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public AddItemEventArgs(
	ShellListItem aItem
)

Parameters

aItem
Type: Jam.ShellShellListItem
ShellListItem object, which contains information about the item, which should be added to the ShellListView.
See Also