Condividi tramite


Metodo BulkObservableCollection<T>.OnCollectionChanged

Generata se la raccolta è stato modificato.

Spazio dei nomi:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BulkObservableCollection<T> Classe

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense