Inheritance Hierarchy
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public class ItemEventArgs<T> : EventArgs
where T : IShellItem
Public Class ItemEventArgs(Of T As IShellItem)
Inherits EventArgs
generic<typename T>
where T : IShellItem
public ref class ItemEventArgs : public EventArgs
type ItemEventArgs<'T when 'T : IShellItem> =
class
inherit EventArgs
end
Type Parameters
- T
- The list item type, derived from IShellItem
The ItemEventArgsT type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Item |
Object which contains information about the item that should be added to the shell view.
|
TopSee Also