[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

Fields

  NameDescription
Public fieldItem
Item associated with current event
(Inherited from ListWithEvents<(Of <(<'T>)>)>..::..ItemEventArgs.)
Public fieldKey
Key of newly added or changed item
(Inherited from DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..KeyValueEventArgs.)
Public fieldOldValue
Old value previosly on Key

See Also