DataServiceCollection<T> Events
.NET Framework 3.5
The DataServiceCollection<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from ObservableCollection<T>.) |
|
PropertyChanged | Occurs when a property value changes. (Inherited from ObservableCollection<T>.) |
| Name | Description | |
|---|---|---|
|
INotifyPropertyChanged.PropertyChanged | Occurs when a property value changes. (Inherited from ObservableCollection<T>.) |