ReadOnlyObservableSet<T>::OnItemsCleared Method (IEnumerable<T>^)

 

Invoked when the set is cleared.

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

protected:
virtual void OnItemsCleared(
	IEnumerable<T>^ clearedItems
)

Parameters

clearedItems
Type: System.Collections.Generic::IEnumerable<T>^

The elements that were cleared from the set.

Return to top
Show: