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: 7.2
Syntax
public AddBaseItemEventArgs(
	BaseShellItem aItem
)

Parameters

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