[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableCollectionEx-1

ObservableCollectionEx<TItem> Class

Extended version of ObservableCollection<T>.

Inheritance
Collection<TItem>
ObservableCollectionEx<TItem>
Namespace: GrapeCity.Documents.Common
Assembly: GcDocs.Imaging.dll
Syntax
public class ObservableCollectionEx<TItem> : ObservableCollection<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable
Type Parameters
Name Description
TItem

The type of collection item.

Constructors

Name Description
ObservableCollectionEx()

Properties

Name Description
Changed

Gets a value indicating whether the collection was changed.

Methods

Name Description
OnCollectionChanged(NotifyCollectionChangedEventArgs)
OnPropertyChanged(PropertyChangedEventArgs)