INotifyCollectionChanged.CollectionChanged 이벤트

정의

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

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

이벤트 유형

설명

이벤트 처리기는 이 이벤트와 관련된 데이터를 포함하는 형식 NotifyCollectionChangedEventArgs의 인수를 받습니다.

적용 대상