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为 的参数,其中包含与此事件相关的数据。

适用于