|  | Observable | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class ObservableWrappedCollection<TSource, TTarget> : ReadOnlyObservableCollectionAdapter<TTarget, ObservableCollection<TTarget>>
The ObservableWrappedCollectionTSource, TTarget type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ObservableWrappedCollectionTSource, TTarget | Initializes a new instance of the ObservableWrappedCollectionTSource, TTarget class. | 
 Properties
Properties| 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) | 
 Methods
Methods| 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. | 
 Events
Events| Name | Description | |
|---|---|---|
|  | CollectionChanged | Occurs when the collection has changed. | 
|  | PropertyChanged | Occurs when a property has changed. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | SafeCastT | Performs a cast from object to T, avoiding possible null violations if T is a value type. (Defined by ObjectExtensions) | 
 Remarks
Remarks See Also
See Also