[This is preliminary documentation and is subject to change.]
Parameter of event that report items
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class ItemsEventArgs : ListWithEvents<(Of <(<'T>)>)>..::..CountEventArgs |
| Visual Basic |
|---|
Public Class ItemsEventArgs _ Inherits ListWithEvents<(Of <(<'T>)>)>..::..CountEventArgs |
| Visual C++ |
|---|
public ref class ItemsEventArgs : public ListWithEvents<(Of <(<'T>)>)>..::..CountEventArgs |
| F# |
|---|
type ItemsEventArgs = class inherit ListWithEvents<(Of <(<'T>)>)>..::..CountEventArgs end |
| JScript |
|---|
public class ItemsEventArgs extends ListWithEvents<(Of <(<'T>)>)>..::..CountEventArgs |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..CountEventArgs
Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs
Tools.CollectionsT.GenericT..::..DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..DictionaryItemsEventArgs
System..::..EventArgs
Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..CountEventArgs
Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs
Tools.CollectionsT.GenericT..::..DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..DictionaryItemsEventArgs