Share via


ReadOnlyObservableSet<T>.OnCollectionChanged Method

Invoked when the collection is changed.

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

Syntax

'Declaration
Protected Overridable Sub OnCollectionChanged ( _
    eventArgs As NotifyCollectionChangedEventArgs _
)
protected virtual void OnCollectionChanged(
    NotifyCollectionChangedEventArgs eventArgs
)
protected:
virtual void OnCollectionChanged(
    NotifyCollectionChangedEventArgs^ eventArgs
)
abstract OnCollectionChanged : 
        eventArgs:NotifyCollectionChangedEventArgs -> unit  
override OnCollectionChanged : 
        eventArgs:NotifyCollectionChangedEventArgs -> unit
protected function OnCollectionChanged(
    eventArgs : NotifyCollectionChangedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

ReadOnlyObservableSet<T> Class

Microsoft.VisualStudio.Shell Namespace