Share via


EntityCollectionChangedParams Class

Definition

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.

Applies to