Click or drag to resize

AddSystemListItemEventArgs Class

The AddSystemListItemEventArgs contains data for the AddItem event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemEventArgsShellSystemListItem
      Jam.ShellAddItemEventArgsBaseShellSystemListItem
        Jam.ShellAddSystemListItemEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public class AddSystemListItemEventArgs : AddItemEventArgsBase<ShellSystemListItem>

The AddSystemListItemEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAddSystemListItemEventArgs
Initializes a new instance of the AddItemEventArgs class.
Top
Properties
  NameDescription
Public propertyCanAdd
With the CanAdd variable it can be decided individually, which items should be shown in the shell view.
(Inherited from AddItemEventArgsBaseT.)
Public propertyItem
Object which contains information about the item that should be added to the shell view.
(Inherited from ItemEventArgsT.)
Top
See Also