Partager via


FilteredObservableCollection<T>.CollectionChanged, événement

Déclenché lorsque la collection a changé.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
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>
JScript ne prend pas en charge les événements.

Implémentations

INotifyCollectionChanged.CollectionChanged

Sécurité .NET Framework

Voir aussi

Référence

FilteredObservableCollection<T> Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms