SuspendableObservableCollection<T>.OnCollectionChanged Method

This member overrides ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs).

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Protected Overrides Sub OnCollectionChanged ( _
    e As NotifyCollectionChangedEventArgs _
)
protected override void OnCollectionChanged(
    NotifyCollectionChangedEventArgs e
)

Parameters

.NET Framework Security

See Also

Reference

SuspendableObservableCollection<T> Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace