[This is preliminary documentation and is subject to change.]

The DictionaryItemUpdateEventArgs<(Of <(TKey, TValue>)>) type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Item
Changed item.
(Inherited from DictionaryItemChangeEventArgs<(Of <(TKey, TValue>)>).)
Key
Changed item key.
(Inherited from DictionaryItemChangeEventArgs<(Of <(TKey, TValue>)>).)
OldItem
Old item.

See Also