Namespace Alternet.Base.Collections
Classes
- CollectionChangeEventArgs<T>
Provides data for the ItemInserted and ItemRemoved events.
- Collection<T>
Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed. In addition to the functionality available in ObservableCollection<T>, provides ItemInserted and ItemRemoved events.
- RangeAdditionFinishedEventArgs<T>
Provides data for the ItemRangeAdditionFinished event.
Delegates
- CollectionItemChangedHandler<T>
Represents the method that will handle an event when collection is changed.
- CollectionItemRangeChangedHandler<T>
Represents the method that will handle an event when multiple item in the collection were changed.