INotifyCollectionChanged.CollectionChanged 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在集合更改时发生。
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参数,其中包含与此事件相关的数据。