ItemEventArgsT Constructor | 
            Initializes a new instance of the class.
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ItemEventArgs(
	T aItem
)
Public Sub New ( 
	aItem As T
)
public:
ItemEventArgs(
	T aItem
)
new : 
        aItem : 'T -> ItemEventArgsParameters
- aItem  T
 - Object which contains information about the item that should be added to the shell view.
 
See Also