Click or drag to resize

ExtendedObservableCollectionT Methods

The ExtendedObservableCollectionT generic type exposes the following members.

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
See Also