[This is preliminary documentation and is subject to change.]

Parameter of event that report items

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class DictionaryItemsEventArgs : ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs
Visual Basic
Public Class DictionaryItemsEventArgs _
	Inherits ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs
Visual C++
public ref class DictionaryItemsEventArgs : public ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs
F#
type DictionaryItemsEventArgs =  
    class
        inherit ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs
    end
JScript
public class DictionaryItemsEventArgs extends ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs

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

See Also