Click or drag to resize

ItemEventArgsT Class

Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public class ItemEventArgs<T> : EventArgs
where T : IShellItem

Type Parameters

T
The list item type, derived from IShellItem

The ItemEventArgsT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem
Object which contains information about the item that should be added to the shell view.
Top
See Also