ReadOnlyObservableSet<T>::OnItemRemoved Method (T)

 

Invoked when an element is removed from the set.

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

protected:
virtual void OnItemRemoved(
	T item
)

Parameters

item
Type: T

The element that was removed from the set.

Return to top
Show: