ObservableCollectionExtended<(Of <(<'T>)>)> Members
The ObservableCollectionExtended<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ObservableCollectionExtended<(Of <(<'T>)>)>()()()() |
Initializes a new instance of the ObservableCollectionExtended class.
|
|
|
ObservableCollectionExtended<(Of <(<'T>)>)>(List<(Of <<'(T>)>>)) |
Initializes a new instance of the ObservableCollectionExtended class that contains elements copied from the specified list.
|
|
|
ObservableCollectionExtended<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>)) |
Initializes a new instance of the ObservableCollectionExtended class that contains elements copied from the specified collection.
|
Methods
Properties
| Name | Description | |
|---|---|---|
|
|
Count | (Inherited from Collection.) |
|
|
Item(System.Int32) | (Inherited from Collection.) |
|
|
Items | (Inherited from Collection.) |
|
|
ReadOnlyWrapper |
Returns a read-only wrapper around this collection.
|
Events
| Name | Description | |
|---|---|---|
|
|
CollectionChanged | (Inherited from ObservableCollection.) |
|
|
ItemAdded |
This type safe event fires after an item is added to the collection no matter how it is added.
|
|
|
ItemPropertyChanged |
Use this event to listen for changes to properties on items contained by this collection without having to explicitly attach an event handler to each item.
|
|
|
ItemRemoved |
This type safe event fires after an item is removed from the collection no matter how it is removed.
|
|
|
PropertyChanged |
This just exposes the INotifyPropertyChanged.PropertyChanged from the base class so you don't have to cast to get to it.
|

