ShellBrowser .Net Edition
AddItemEventArgs Constructor (aItem)
NamespacesJam.ShellAddItemEventArgsAddItemEventArgs(ShellListItem)
Initializes a new instance of the AddItemEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public AddItemEventArgs(
	ShellListItem aItem
)
Public Sub New ( _
	aItem As ShellListItem _
)
public:
AddItemEventArgs(
	ShellListItem^ aItem
)
Parameters
aItem (ShellListItem)
ShellListItem object, which contains information about the item, which should be added to the ShellListView/FileList.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)