Click or drag to resize

LoadShellItemEventArgs Class

This is a helper class, because we cannot use generic classes in Windows Forms Designer.
Inheritance Hierarchy

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class LoadShellItemEventArgs : LoadItemEventArgs<ShellListBaseItem>

The LoadShellItemEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodLoadShellItemEventArgs Creates a new instance of LoadShellItemEventArgs.
Top
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.
(Inherited from LoadItemEventArgsT)
Top
See Also