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