[This is preliminary documentation and is subject to change.]
Raised after an item is added to the list. Raised by the Add(TKey, TValue) method
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public event DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..AddedEventHandler Added |
| Visual Basic |
|---|
Public Event Added As DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..AddedEventHandler |
| Visual C++ |
|---|
public: event DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..AddedEventHandler^ Added { void add (DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..AddedEventHandler^ value); void remove (DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..AddedEventHandler^ value); } |
| F# |
|---|
member Added : IEvent<DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..AddedEventHandler, EventArgs> |
| JScript |
|---|
|