Observable |
The ObservableWrappedCollectionTSource, TTarget type exposes the following members.
| 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 | |
|---|---|---|
| SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |