ObservableCollection<T> Events
Silverlight
The ObservableCollection<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
CollectionChanged | Occurs when an item in the collection changes, or the entire collection changes. |
|
PropertyChanged | Occurs when a property on an individual item in the collection changes. |
| Name | Description | |
|---|---|---|
|
INotifyPropertyChanged.PropertyChanged | Infrastructure. Occurs when a property value changes. |