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

Namespace:  Phoenix.Collections
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
public class DictionaryItemUpdateEventArgs<TKey, TValue> : DictionaryItemChangeEventArgs<TKey, TValue>
<SerializableAttribute> _
Public Class DictionaryItemUpdateEventArgs(Of TKey, TValue) _
	Inherits DictionaryItemChangeEventArgs(Of TKey, TValue)
[SerializableAttribute]
generic<typename TKey, typename TValue>
public ref class DictionaryItemUpdateEventArgs : public DictionaryItemChangeEventArgs<TKey, TValue>

Type Parameters

TKey
TValue

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DictionaryItemUpdateEventArgs<(Of <(TKey, TValue>)>)(TKey, TValue, TValue)
Initializes a new instance of the DictionaryItemUpdateEventArgs<(Of <(TKey, TValue>)>) class
Item
Changed item.
(Inherited from DictionaryItemChangeEventArgs<(Of <(TKey, TValue>)>).)
Key
Changed item key.
(Inherited from DictionaryItemChangeEventArgs<(Of <(TKey, TValue>)>).)
OldItem
Old item.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Phoenix.Collections..::.DictionaryItemChangeEventArgs<(Of <(TKey, TValue>)>)
      Phoenix.Collections..::.DictionaryItemUpdateEventArgs<(Of <(TKey, TValue>)>)

See Also