[This is preliminary documentation and is subject to change.]
List that provides events when changed
The DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..OldNewValueEventArgs generic type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..OldNewValueEventArgs | CTor |
Fields
| Name | Description | |
|---|---|---|
| Item | Item associated with current event (Inherited from ListWithEvents<(Of <(<'T>)>)>..::..ItemEventArgs.) | |
| Key | Key of newly added or changed item (Inherited from DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..KeyValueEventArgs.) | |
| OldValue | Old value previosly on Key |