![]() | Observable |
public class ObservableWrappedCollection<TSource, TTarget> : ReadOnlyObservableCollectionAdapter<TTarget, ObservableCollection<TTarget>>
The ObservableWrappedCollectionTSource, TTarget type exposes the following members.
Name | Description | |
---|---|---|
![]() | ObservableWrappedCollectionTSource, TTarget | Initializes a new instance of the ObservableWrappedCollectionTSource, TTarget class. |
Name | Description | |
---|---|---|
![]() | ItemGenerator | Gets the item generator used to generate the wrapper for each item. |
![]() | Items |
Returns the collection that the ReadOnlyObservableCollectionAdapterT, TList wraps.
(Inherited from ReadOnlyObservableCollectionAdapterT, TList) |
Name | Description | |
---|---|---|
![]() | Finalize | (Overrides ObjectFinalize) |
![]() | OnCollectionChanged |
Raises the CollectionChanged event.
(Inherited from ReadOnlyObservableCollectionAdapterT, TList) |
![]() | OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ReadOnlyObservableCollectionAdapterT, TList) |
![]() | OnSourceCollectionChanged | Called when the source collection has changed. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs when the collection has changed. |
![]() | PropertyChanged | Occurs when a property has changed. |
Name | Description | |
---|---|---|
![]() | SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |