LocalView<TEntity>.CollectionChanged イベント

定義

エンティティが直接追加またはコレクションから削除されたか、エンティティの追跡が開始されたか、エンティティが削除済みとしてマークされているために、コレクションの内容が変更されたときに発生します。

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 

イベントの種類

実装

適用対象