Click or drag to resize

ItemEventArgsT Class

Event arguments for adding an item to a control. See also AddItemEventArgsBaseT.
Inheritance Hierarchy

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
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
 NameDescription
Public methodItemEventArgsT Initializes a new instance of the class.
Top
Properties
 NameDescription
Public propertyItem Object which contains information about the item that should be added to the shell view.
Top
See Also