Observable |
public class ObservableFilteredCollection<T> : ReadOnlyObservableCollectionAdapter<T, ObservableCollection<T>>
The ObservableFilteredCollectionT type exposes the following members.
Name | Description | |
---|---|---|
ObservableFilteredCollectionT | Initializes a new instance of the ObservableFilteredCollectionT class. |
Name | Description | |
---|---|---|
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) |
Name | Description | |
---|---|---|
CollectionChanged |
Occurs when the collection changes.
(Inherited from ReadOnlyObservableCollectionAdapterT, TList) | |
PropertyChanged |
Occurs when a property value changes.
(Inherited from ReadOnlyObservableCollectionAdapterT, TList) |
Name | Description | |
---|---|---|
SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |