[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++ 
public class DictionaryItemChangeEventArgs<TKey, TValue> : EventArgs
Public Class DictionaryItemChangeEventArgs(Of TKey, TValue) _
	Inherits EventArgs
generic<typename TKey, typename TValue>
public ref class DictionaryItemChangeEventArgs : public EventArgs

Type Parameters

TKey
TValue

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

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

See Also