[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Tools.CollectionsT.GenericT.DictionaryWithEvents`2.ItemChangedEventHandler"]
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public delegate void ItemChangedEventHandler( DictionaryWithEvents<TKey, TValue> sender, DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..OldNewValueEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub ItemChangedEventHandler ( _ sender As DictionaryWithEvents(Of TKey, TValue), _ e As DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..OldNewValueEventArgs _ ) |
| Visual C++ |
|---|
public delegate void ItemChangedEventHandler( DictionaryWithEvents<TKey, TValue>^ sender, DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..OldNewValueEventArgs^ e ) |
| F# |
|---|
type ItemChangedEventHandler = delegate of sender:DictionaryWithEvents<'TKey, 'TValue> * e:DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..OldNewValueEventArgs -> unit |
| JScript |
|---|
|
Parameters
- sender
- Type: Tools.CollectionsT.GenericT..::..DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>