EntityCollectionChangedParams Class
Silverlight
Encapsulates the arguments of a CollectionChanged delegate
Namespace: System.Data.Services.Client
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
The EntityCollectionChangedParams type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Action | A NotifyCollectionChangedAction value that indicates how the collection was changed. |
![]() | Collection | The DataServiceCollection(Of T) that has changed. |
![]() | Context | The DataServiceContext associated with the DataServiceCollection(Of 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
