AddFileItemEventArgs Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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