Sdílet prostřednictvím


PropertyExpressionCollection.CollectionChanged – událost

Vyvolá přidané, odebrané nebo změnit položku v kolekci.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Deklarace
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public event NotifyCollectionChangedEventHandler CollectionChanged
public:
virtual  event NotifyCollectionChangedEventHandler^ CollectionChanged {
    void add (NotifyCollectionChangedEventHandler^ value);
    void remove (NotifyCollectionChangedEventHandler^ value);
}
abstract CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>
override CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>
Jazyk JScript nepodporuje události.

Implementuje

INotifyCollectionChanged.CollectionChanged

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

PropertyExpressionCollection Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů

NotifyCollectionChangedEventHandler