ReadOnlyObservableSet<T>::OnItemAdded Method (T)

 

Invoked when an element is added to the set.

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

protected:
virtual void OnItemAdded(
	T item
)

Parameters

item
Type: T

The element that was added to the set.

Return to top
Show: