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
e
Type : NotifyCollectionChangedEventArgs
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
BulkObservableCollection<T> Classe
Microsoft.VisualStudio.Language.Intellisense, espace de noms