Metodo SuspendableObservableCollection<T>.OnCollectionChanged

Questo membro esegue l'override di ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs).

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Protected Overrides Sub OnCollectionChanged ( _
    e As NotifyCollectionChangedEventArgs _
)
protected override void OnCollectionChanged(
    NotifyCollectionChangedEventArgs e
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SuspendableObservableCollection<T> Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI