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

Parameter of the ItemChanged event

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

Syntax

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

Inheritance Hierarchy

See Also