[This is preliminary documentation and is subject to change.]
Parameter of the ItemChanged event
Namespace: Tools.CollectionsT.GenericTAssembly: 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
System..::..Object
System..::..EventArgs
Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ItemEventArgs
Tools.CollectionsT.GenericT..::..DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..KeyValueEventArgs
Tools.CollectionsT.GenericT..::..DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..OldNewValueEventArgs
System..::..EventArgs
Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ItemEventArgs
Tools.CollectionsT.GenericT..::..DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..KeyValueEventArgs
Tools.CollectionsT.GenericT..::..DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..OldNewValueEventArgs