KeyedCollection that raises an event whenever items are added to or removed from the collection.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[SerializableAttribute]
public abstract class ChangeNotifyKeyedCollection<TKey, TItem> : KeyedCollection<TKey, TItem>
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class ChangeNotifyKeyedCollection(Of TKey, TItem) _
	Inherits KeyedCollection(Of TKey, TItem)
Visual C++
[SerializableAttribute]
generic<typename TKey, typename TItem>
public ref class ChangeNotifyKeyedCollection abstract : public KeyedCollection<TKey, TItem>

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Endeca.Data.ChangeNotifyKeyedCollection`2"]

TItem

[Missing <typeparam name="TItem"/> documentation for "T:Endeca.Data.ChangeNotifyKeyedCollection`2"]

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(TItem>)>)
    System.Collections.ObjectModel..::.KeyedCollection<(Of <(TKey, TItem>)>)
      Endeca.Data..::.ChangeNotifyKeyedCollection<(Of <(TKey, TItem>)>)
        Endeca.Data..::.PropertyChangeNotifyKeyedCollection<(Of <(TKey, TItem>)>)

See Also