PropertyExpressionCollection.CollectionChanged 事件

定义

在添加、移除或修改集合的项时发生。

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

事件类型

NotifyCollectionChangedEventHandler

实现

适用于