Table of Contents

Class SortDescriptionCollection

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Implementation of a dynamic data collection of SortDescriptions.

public class SortDescriptionCollection : Collection<SortDescription>, IList<SortDescription>, ICollection<SortDescription>, IReadOnlyList<SortDescription>, IReadOnlyCollection<SortDescription>, IEnumerable<SortDescription>, IList, ICollection, IEnumerable, INotifyCollectionChanged
Inheritance
SortDescriptionCollection
Implements

Fields

Empty

returns an empty and non-modifiable SortDescriptionCollection

Methods

ClearItems()

called by base class Collection<T> when the list is being cleared; raises a CollectionChanged event to any listeners

InsertItem(int, SortDescription)

called by base class Collection<T> when an item is added to list; raises a CollectionChanged event to any listeners

RemoveItem(int)

called by base class Collection<T> when an item is removed from list; raises a CollectionChanged event to any listeners

SetItem(int, SortDescription)

called by base class Collection<T> when an item is set in the list; raises a CollectionChanged event to any listeners

Events

CollectionChanged

Occurs when the collection changes, either by adding or removing an item.