EntityCollectionChangedParams.TargetEntity Property

The entity object in the collection that has changed.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property TargetEntity As Object 
    Get
'Usage
Dim instance As EntityCollectionChangedParams 
Dim value As Object 

value = instance.TargetEntity
public Object TargetEntity { get; }
public:
property Object^ TargetEntity {
    Object^ get ();
}
member TargetEntity : Object
function get TargetEntity () : Object

Property Value

Type: System.Object
The changed entity object in the collection.

See Also

Reference

EntityCollectionChangedParams Class

System.Data.Services.Client Namespace