Click or drag to resize

ExtendedObservableCollectionT Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionT
    System.Collections.ObjectModelObservableCollectionT
      Unvired.KernelExtendedObservableCollectionT
        Unvired.Kernel.UtilsDataStructureCollectionT

Namespace:  Unvired.Kernel
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ExtendedObservableCollection<T> : ObservableCollection<T>

Type Parameters

T

The ExtendedObservableCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodExtendedObservableCollectionT
Initializes a new instance of the ExtendedObservableCollectionT class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionT.)
Public propertyItem (Inherited from CollectionT.)
Protected propertyItems (Inherited from CollectionT.)
Top
Methods
  NameDescription
Public methodAdd(T) (Inherited from CollectionT.)
Public methodAdd(IEnumerableT)
Protected methodBlockReentrancy (Inherited from ObservableCollectionT.)
Protected methodCheckReentrancy (Inherited from ObservableCollectionT.)
Public methodClear (Inherited from CollectionT.)
Protected methodClearItems (Inherited from ObservableCollectionT.)
Public methodContains (Inherited from CollectionT.)
Public methodCopyTo (Inherited from CollectionT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionT.)
Public methodInsert (Inherited from CollectionT.)
Protected methodInsertItem (Inherited from ObservableCollectionT.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMove (Inherited from ObservableCollectionT.)
Protected methodMoveItem (Inherited from ObservableCollectionT.)
Protected methodOnCollectionChanged (Overrides ObservableCollectionTOnCollectionChanged(NotifyCollectionChangedEventArgs).)
Protected methodOnPropertyChanged (Inherited from ObservableCollectionT.)
Public methodRemove (Inherited from CollectionT.)
Public methodRemoveAt (Inherited from CollectionT.)
Protected methodRemoveItem (Inherited from ObservableCollectionT.)
Public methodResumeCollectionChangeNotification
Protected methodSetItem (Inherited from ObservableCollectionT.)
Public methodSuspendCollectionChangeNotification
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventCollectionChanged (Inherited from ObservableCollectionT.)
Protected eventPropertyChanged (Inherited from ObservableCollectionT.)
Top
See Also