AddItemEventArgs Constructor | 
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic AddItemEventArgs(
	ShellListItem aItem
)
Public Sub New ( 
	aItem As ShellListItem
)
public:
AddItemEventArgs(
	ShellListItem^ aItem
)
new : 
        aItem : ShellListItem -> AddItemEventArgsParameters
- aItem  ShellListItem
 - ShellListItem object, which contains information about the item, which should be added to the ShellListView.
 
See Also