Click or drag to resize

AddItemEventArgsBaseT Class

Event arguments for adding an item to a control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemEventArgsT
      Jam.ShellAddItemEventArgsBaseT
        Jam.ShellAddBaseItemEventArgs
        Jam.ShellAddFileItemEventArgs
        Jam.ShellAddItemEventArgs

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

Type Parameters

T
The list item type, derived from IShellItem

The AddItemEventArgsBaseT type exposes the following members.

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