Click or drag to resize

LoadItemEventArgsT Class

Event argument class for the OnLoadItem event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemEventArgsT
      Jam.ShellLoadItemEventArgsT
        Jam.ShellLoadShellItemEventArgs

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

Type Parameters

T
The type of ListItem that is affected.

The LoadItemEventArgsT 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.
(Inherited from ItemEventArgsT.)
Public propertyShellProperty
Represents the column or property that is being loaded.
Top
See Also