ReadOnlyObservableCollection<T>.INotifyCollectionChanged.CollectionChanged 이벤트

정의

컬렉션이 변경될 때 발생합니다.

event System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged;
event System.Collections.Specialized.NotifyCollectionChangedEventHandler? System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged;
member this.System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventHandler 
Custom Event CollectionChanged As NotifyCollectionChangedEventHandler Implements System.Collections.Specialized.INotifyCollectionChanged

이벤트 유형

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ReadOnlyObservableCollection<T> 인스턴스가 INotifyCollectionChanged 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상