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

[Missing <summary> documentation for "T:Tools.CollectionsT.GenericT.DictionaryWithEvents`2.DictionaryChangedEventArgs"]

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

Syntax

C#
public class DictionaryChangedEventArgs : CollectionChangeEventArgs<KeyValuePair<TKey, TValue>>
Visual Basic
Public Class DictionaryChangedEventArgs _
	Inherits CollectionChangeEventArgs(Of KeyValuePair(Of TKey, TValue))
Visual C++
public ref class DictionaryChangedEventArgs : public CollectionChangeEventArgs<KeyValuePair<TKey, TValue>>
F#
type DictionaryChangedEventArgs =  
    class
        inherit CollectionChangeEventArgs<KeyValuePair<'TKey, 'TValue>>
    end
JScript
public class DictionaryChangedEventArgs extends CollectionChangeEventArgs<KeyValuePair<TKey, TValue>>

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CollectionChangeEventArgs
      Tools.CollectionsT.GenericT..::..CollectionChangedEventArgsBase
        Tools.CollectionsT.GenericT..::..CollectionChangeEventArgs<(Of <(<'KeyValuePair<(Of <(<'TKey, TValue>)>)>>)>)>
          Tools.CollectionsT.GenericT..::..DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..DictionaryChangedEventArgs

See Also