Click or drag to resize

LoadItemEventArgs<T> Class

Event argument class for the OnLoadItem event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Jam.Shell.ItemEventArgs<T>
      Jam.Shell.LoadItemEventArgs<T>
        Jam.Shell.LoadShellItemEventArgs

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