Click or drag to resize

AddBaseItemEventArgs Class

Contains data for adding an item to the shell view.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Jam.Shell.ItemEventArgs<BaseShellItem>
      Jam.Shell.AddItemEventArgsBase<BaseShellItem>
        Jam.Shell.AddBaseItemEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
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
See Also