AddSystemListItemEventArgs Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public AddSystemListItemEventArgs(
ShellSystemListItem aItem
)
Public Sub New (
aItem As ShellSystemListItem
)
public:
AddSystemListItemEventArgs(
ShellSystemListItem^ aItem
)
new :
aItem : ShellSystemListItem -> AddSystemListItemEventArgs
Parameters
- aItem
- Type: Jam.ShellShellSystemListItem
ShellSystemListItem object, which contains information about the item,
which should be added to the ShellListView/FileList.
See Also