Click or drag to resize

AddItemEventArgsBase<T> Class

Event arguments for adding an item to a control.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Jam.Shell.ItemEventArgs<T>
      Jam.Shell.AddItemEventArgsBase<T>
        Jam.Shell.AddBaseItemEventArgs
        Jam.Shell.AddFileItemEventArgs
        Jam.Shell.AddItemEventArgs
        Jam.Shell.AddSystemListItemEventArgs

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

Type Parameters

T
The list item type, derived from IShellItem

The AddItemEventArgsBase<T> 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 ItemEventArgs<T>.)
Top
See Also