ObservableCollection<T>.CollectionChanged 이벤트

정의

항목을 추가, 제거 또는 이동하거나 전체 목록을 새로 고칠 때 발생합니다.

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

이벤트 유형

구현

적용 대상

추가 정보