Click or drag to resize

ItemEventArgs<T> Class

Inheritance Hierarchy

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

Type Parameters

T
The list item type, derived from IShellItem

The ItemEventArgs<T> 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