[]
        
(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: DS.Documents.Imaging.dll
Syntax
public class ObservableCollectionEx<TItem> : ObservableCollection<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable
Public Class ObservableCollectionEx(Of TItem)
    Inherits ObservableCollection(Of TItem)
    Implements IList(Of TItem), ICollection(Of TItem), IReadOnlyList(Of TItem), IReadOnlyCollection(Of TItem), IEnumerable(Of 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