Partager via


LocalView<TEntity>.CollectionChanged Événement

Définition

Se produit lorsque le contenu de la collection change, soit parce qu’une entité a été directement ajoutée ou supprimée de la collection, soit parce qu’une entité commence à être suivie, ou parce qu’une entité est marquée comme supprimée.

public virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
public virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler? CollectionChanged;
public event System.Collections.Specialized.NotifyCollectionChangedEventHandler? CollectionChanged;
member this.CollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventHandler 
Public Overridable Event CollectionChanged As NotifyCollectionChangedEventHandler 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler 

Type d'événement

Implémente

S’applique à