EntityCollectionChangedParams.Action Property
A NotifyCollectionChangedAction value that indicates how the collection was changed.
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
Property Value
Type: System.Collections.Specialized.NotifyCollectionChangedAction
A value that indicates how the collection was changed.
Remarks
Only the values Add and Remove are supported.