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

Initializes a new instance of the DictionaryItemChangeEventArgs<(Of <(TKey, TValue>)>) class

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public DictionaryItemChangeEventArgs(
	TKey key,
	TValue item
)
Public Sub New ( _
	key As TKey, _
	item As TValue _
)
public:
DictionaryItemChangeEventArgs(
	TKey key, 
	TValue item
)

Parameters

key
TKey
item
TValue

See Also