[This is preliminary documentation and is subject to change.]
List that provides events when changed
The DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..DictionaryChangedEventArgs generic type exposes the following members.
Constructors
Properties
| Name | Description | |
|---|---|---|
| Action | Action taken on collection (Inherited from CollectionChangedEventArgsBase.) | |
| Collection | Collection which was changed | |
| Element | Gets the instance of the collection with the change. (Inherited from CollectionChangeEventArgs.) | |
| ChangeEventArgs | Arguments of event that caused collection to be changed or that was raised by the colection on change (Inherited from CollectionChangedEventArgsBase.) | |
| Key | Gets key at which change occured (if applicable) | |
| NewValue | Gets value with key Key after change (if applicable) | |
| OldValue | Gets value on index Key before change (if applicable) |