Partager via


Propriété EntityCollectionChangedParams.Action

Valeur NotifyCollectionChangedAction qui indique comment la collection a été modifiée.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Action As NotifyCollectionChangedAction
    Get
'Utilisation
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

Valeur de propriété

Type : System.Collections.Specialized.NotifyCollectionChangedAction
Valeur qui indique comment la collection a été modifiée.

Notes

Seules les valeurs Add et Remove sont prises en charge.

Voir aussi

Référence

EntityCollectionChangedParams Classe

Espace de noms System.Data.Services.Client