Click or drag to resize

AddBaseItemEventArgs Constructor

Initializes a new instance of the AddBaseItemEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public AddBaseItemEventArgs(
	BaseShellItem aItem
)

Parameters

aItem
Type: Jam.ShellBaseShellItem
BaseShellItem object, which contains information about the item, which should be added to the shell view.
See Also