ReadOnlyObservableSet<T>::OnCollectionChanged Method (NotifyCollectionChangedEventArgs^)

 

Invoked when the collection is changed.

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

protected:
virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs^ eventArgs
)

Parameters

eventArgs
Type: System.Collections.Specialized::NotifyCollectionChangedEventArgs^

Arguments of the event being raised, describing the changes made to the set.

Return to top
Show: