EntityCollectionChangedParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates the arguments of a CollectionChanged delegate.
public sealed class EntityCollectionChangedParams
type EntityCollectionChangedParams = class
Public NotInheritable Class EntityCollectionChangedParams
- Inheritance
-
EntityCollectionChangedParams
Properties
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. |