Método BulkObservableCollection<T>.OnCollectionChanged
Gerado quando a coleção foi alterada.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)
Sintaxe
'Declaração
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
)
Parâmetros
e
Tipo: NotifyCollectionChangedEventArgs
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.