Click or drag to resize

AddItemEventArgsBaseT Constructor

Initializes a new instance of the class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public AddItemEventArgsBase(
	T aItem
)

Parameters

aItem
Type: T
Object which contains information about the item that should be added to the shell view.
See Also