Partager via


BulkObservableCollection<T>.OnCollectionChanged, méthode

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
Protected Overrides Sub OnCollectionChanged ( _
    e As NotifyCollectionChangedEventArgs _
)
protected override void OnCollectionChanged(
    NotifyCollectionChangedEventArgs e
)
protected:
virtual void OnCollectionChanged(
    NotifyCollectionChangedEventArgs^ e
) override
abstract OnCollectionChanged : 
        e:NotifyCollectionChangedEventArgs -> unit  
override OnCollectionChanged : 
        e:NotifyCollectionChangedEventArgs -> unit
protected override function OnCollectionChanged(
    e : NotifyCollectionChangedEventArgs
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

BulkObservableCollection<T> Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms