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.2
Syntax
public AddSystemListItemEventArgs(
	ShellSystemListItem aItem
)

Parameters

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