다음을 통해 공유


LocalView<TEntity>.CollectionChanged 이벤트

정의

엔터티가 컬렉션에서 직접 추가되거나 제거되었거나 엔터티가 추적되기 시작하거나 엔터티가 Deleted로 표시되기 때문에 컬렉션의 내용이 변경될 때 발생합니다.

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 

이벤트 유형

구현

적용 대상