Click or drag to resize

AddSystemListItemEventArgs Constructor

Initializes a new instance of the AddItemEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public AddSystemListItemEventArgs(
	ShellSystemListItem aItem
)

Parameters

aItem
Type: Jam.ShellShellSystemListItem
ShellSystemListItem object, which contains information about the item, which should be added to the ShellListView/FileList.
See Also