The InTheHand.Collections.Specialized namespace contains specialized and strongly-typed collections.
| C# | Visual Basic |
namespace InTheHand.Collections.Specialized
Namespace InTheHand.Collections.Specialized
| All Types | Classes | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| INotifyCollectionChanged |
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
| |
| NotifyCollectionChangedAction |
Describes the action that caused a CollectionChanged event.
| |
| NotifyCollectionChangedEventArgs |
Provides data for the CollectionChanged event.
| |
| NotifyCollectionChangedEventHandler |
Represents the method that handles the CollectionChanged event.
|