The IObservableSource<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method EnableItemOrdinals
After this method is called, the collection is required to provide Ordinal in event data.
Public method GetEnumerator()()()() (Inherited from IEnumerable<(Of <(<'T>)>)>IEnumerable<(Of <(<'T>)>)>.)
Public method GetEnumerator()()()() (Inherited from IEnumerableIEnumerable.)

Properties

  Name Description
Public property CreateNew
This delegate is used to create new items. If it is null, a public parameterless constructor of type T is used.
Public property IsDeletedStateAvailable
Gets a value indicating whether an item of this collection can still return correct property values after it has been deleted from the collection.
Public property SupportsItemOrdinals
Gets a value that indicates whether this collection is capable of providing the ordinal position of the changed item when it notifies of an item change.

Events

  Name Description
Public event Changed
Occurs after an item of the collection or the entire collection has changed.

See Also