Click or drag to resize

AddBaseItemEventArgs Class

Contains data for adding an item to the shell view.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemEventArgsBaseShellItem
      Jam.ShellAddItemEventArgsBaseBaseShellItem
        Jam.ShellAddBaseItemEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public class AddBaseItemEventArgs : AddItemEventArgsBase<BaseShellItem>

The AddBaseItemEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAddBaseItemEventArgs
Initializes a new instance of the AddBaseItemEventArgs 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