Click or drag to resize

RemoveFileItemEventArgs Class

The RemoveFileItemEventArgs contains data for the RemoveItem event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemEventArgsCustomFileListItem
      Jam.ShellRemoveFileItemEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public class RemoveFileItemEventArgs : ItemEventArgs<CustomFileListItem>

The RemoveFileItemEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRemoveFileItemEventArgs
Initializes a new instance of the RemoveFileItemEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Object which contains information about the item that should be added to the shell view.
(Inherited from ItemEventArgsT.)
Top
See Also