EntityCollectionChangedParams Properties
.NET Framework 3.5
The EntityCollectionChangedParams type exposes the following members.
| Name | Description | |
|---|---|---|
|
Action | A NotifyCollectionChangedAction value that indicates how the collection was changed. |
|
Collection | The DataServiceCollection<T> that has changed. |
|
Context | The DataServiceContext associated with the DataServiceCollection<T> that has changed. |
|
PropertyName | The navigation property on the source object that references the collection that has changed. |
|
SourceEntity | The source object that references the target object in the collection by using a navigation property. |
|
SourceEntitySet | The entity set of the source object. |
|
TargetEntity | The entity object in the collection that has changed. |
|
TargetEntitySet | The entity set name of the object in the collection. |