Freigeben über


EntityCollectionChangedParams.Action-Eigenschaft

Ein NotifyCollectionChangedAction-Wert, der angibt, wie die Auflistung geändert wurde.

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

Syntax

'Declaration
Public ReadOnly Property Action As NotifyCollectionChangedAction
    Get
'Usage
Dim instance As EntityCollectionChangedParams
Dim value As NotifyCollectionChangedAction

value = instance.Action
public NotifyCollectionChangedAction Action { get; }
public:
property NotifyCollectionChangedAction Action {
    NotifyCollectionChangedAction get ();
}
member Action : NotifyCollectionChangedAction
function get Action () : NotifyCollectionChangedAction

Eigenschaftswert

Typ: System.Collections.Specialized.NotifyCollectionChangedAction
Ein Wert, der angibt, wie die Auflistung geändert wurde.

Hinweise

Nur die Werte Add und Remove werden unterstützt.

Siehe auch

Verweis

EntityCollectionChangedParams Klasse

System.Data.Services.Client-Namespace