Click or drag to resize

AddFileItemEventArgs Constructor

Initializes a new instance of the AddItemEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public AddFileItemEventArgs(
	CustomFileListItem aItem
)

Parameters

aItem
Type: Jam.ShellCustomFileListItem
CustomFileListItem object, which contains information about the item, which should be added to the FileList-view.
See Also