[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 event DictionaryItemUpdateEventHandler<TKey, TValue> ItemUpdated
Public Event ItemUpdated As DictionaryItemUpdateEventHandler(Of TKey, TValue)
public:
 event DictionaryItemUpdateEventHandler<TKey, TValue>^ ItemUpdated {
	void add (DictionaryItemUpdateEventHandler<TKey, TValue>^ value);
	void remove (DictionaryItemUpdateEventHandler<TKey, TValue>^ value);
}

See Also