ReadOnlyObservableSet<T>::OnCollectionChanged Method (NotifyCollectionChangedEventArgs^)
Visual Studio 2015
Invoked when the collection is changed.
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.
Show: