This topic has not yet been rated - Rate this topic

EntityCollectionChangedParams Properties

The EntityCollectionChangedParams type exposes the following members.

  NameDescription
Public property Action A NotifyCollectionChangedAction value that indicates how the collection was changed.
Public property Collection The DataServiceCollection<T> that has changed.
Public property Context The DataServiceContext associated with the DataServiceCollection<T> that has changed.
Public property PropertyName The navigation property on the source object that references the collection that has changed.
Public property SourceEntity The source object that references the target object in the collection by using a navigation property.
Public property SourceEntitySet The entity set of the source object.
Public property TargetEntity The entity object in the collection that has changed.
Public property TargetEntitySet The entity set name of the object in the collection.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.