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

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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public DictionaryItemUpdateEventArgs(
	TKey key,
	TValue oldItem,
	TValue newItem
)
Public Sub New ( _
	key As TKey, _
	oldItem As TValue, _
	newItem As TValue _
)
public:
DictionaryItemUpdateEventArgs(
	TKey key, 
	TValue oldItem, 
	TValue newItem
)

Parameters

key
TKey
oldItem
TValue
newItem
TValue

See Also