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